1
0
Fork 0

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:
Peter Veenstra 2011-11-01 16:31:30 +00:00
parent 1a8afec751
commit 2bca1b7ecb

View file

@ -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) {