From 1e236d4c350b6951abdedf426d15a5fa03f1024f Mon Sep 17 00:00:00 2001 From: Paweł Kołodziejski Date: Mon, 16 Sep 2002 14:43:13 +0000 Subject: fixed crash at release mode under VC6 and cleanup svn-id: r4952 --- simon/simon.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'simon') 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 */ -- cgit v1.2.3