diff options
Diffstat (limited to 'uisimulator/win32/uisw32.h')
-rw-r--r-- | uisimulator/win32/uisw32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.h b/uisimulator/win32/uisw32.h index fd778e9182..7b38c76987 100644 --- a/uisimulator/win32/uisw32.h +++ b/uisimulator/win32/uisw32.h @@ -33,6 +33,7 @@ #define UI_LCD_POSY 95 // y position of lcd #define TM_YIELD WM_USER + 101 // thread message for yield +#define TIMER_EVENT 0x34928340 extern HWND hGUIWnd; // the GUI window handle extern unsigned int uThreadID; // id of mod thread |