Fix compilation on linux. Thank salty
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3754
This commit is contained in:
parent
1a8afec751
commit
2bca1b7ecb
1 changed files with 2 additions and 0 deletions
|
@ -1928,7 +1928,9 @@ int main(int argc, char* argv[]) {
|
|||
control->StartUp();
|
||||
/* Shutdown everything */
|
||||
} catch (char * error) {
|
||||
#if defined (WIN32)
|
||||
sticky_keys(true);
|
||||
#endif
|
||||
GFX_ShowMsg("Exit to error: %s",error);
|
||||
fflush(NULL);
|
||||
if(sdl.wait_on_error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue