diff options
author | Paweł Kołodziejski | 2002-09-16 14:43:13 +0000 |
---|---|---|
committer | Paweł Kołodziejski | 2002-09-16 14:43:13 +0000 |
commit | 1e236d4c350b6951abdedf426d15a5fa03f1024f (patch) | |
tree | b278e68b015c2cbfd7adcb9f5452b1f883163009 /simon | |
parent | 74448d3f776dac2495eea290b930410a2dc71ade (diff) | |
download | scummvm-rg350-1e236d4c350b6951abdedf426d15a5fa03f1024f.tar.gz scummvm-rg350-1e236d4c350b6951abdedf426d15a5fa03f1024f.tar.bz2 scummvm-rg350-1e236d4c350b6951abdedf426d15a5fa03f1024f.zip |
fixed crash at release mode under VC6 and cleanup
svn-id: r4952
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp index ae0850f296..a0df8fefac 100644 --- a/simon/simon.cpp +++ b/simon/simon.cpp @@ -33,14 +33,6 @@ extern bool draw_keyboard; #endif -#if defined (WIN32) && defined (NDEBUG) - -extern "C" { - int errno; -} - -#endif - static const GameSpecificSettings simon1_settings = { 1, /* VGA_DELAY_BASE */ 1576 / 4, /* TABLE_INDEX_BASE */ |