summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r--uisimulator/win32/uisw32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h
index d709e207f2..fd778e9182 100644
--- a/uisimulator/win32/uisw32.h
+++ b/uisimulator/win32/uisw32.h
@@ -32,6 +32,8 @@
32#define UI_LCD_POSX 59 // x position of lcd 32#define UI_LCD_POSX 59 // x position of lcd
33#define UI_LCD_POSY 95 // y position of lcd 33#define UI_LCD_POSY 95 // y position of lcd
34 34
35#define TM_YIELD WM_USER + 101 // thread message for yield
36
35extern HWND hGUIWnd; // the GUI window handle 37extern HWND hGUIWnd; // the GUI window handle
36extern unsigned int uThreadID; // id of mod thread 38extern unsigned int uThreadID; // id of mod thread
37extern bool bActive; 39extern bool bActive;