summaryrefslogtreecommitdiff
path: root/uisimulator/win32
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32')
-rw-r--r--uisimulator/win32/kernel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/win32/kernel.c b/uisimulator/win32/kernel.c
index 08b3114f08..34100a234e 100644
--- a/uisimulator/win32/kernel.c
+++ b/uisimulator/win32/kernel.c
@@ -24,11 +24,6 @@
24#include "thread.h" 24#include "thread.h"
25#include "debug.h" 25#include "debug.h"
26 26
27/* (Daniel 2002-10-31) Mingw32 requires this errno variable to be present.
28 I'm not quite sure why and I don't know if this breaks the MSVC compile.
29 If it does, we should put this within #ifdef __MINGW32__ */
30int errno;
31
32static void (*tick_funcs[MAX_NUM_TICK_TASKS])(void); 27static void (*tick_funcs[MAX_NUM_TICK_TASKS])(void);
33 28
34int set_irq_level (int level) 29int set_irq_level (int level)