diff options
Diffstat (limited to 'uisimulator/sdl/kernel.c')
-rw-r--r-- | uisimulator/sdl/kernel.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/sdl/kernel.c b/uisimulator/sdl/kernel.c index 2621ecebdd..0db7546860 100644 --- a/uisimulator/sdl/kernel.c +++ b/uisimulator/sdl/kernel.c @@ -24,11 +24,6 @@ #include "thread.h" #include "debug.h" -/* (Daniel 2002-10-31) Mingw32 requires this errno variable to be present. - I'm not quite sure why and I don't know if this breaks the MSVC compile. - If it does, we should put this within #ifdef __MINGW32__ */ -int errno; - static void (*tick_funcs[MAX_NUM_TICK_TASKS])(void); int set_irq_level (int level) |