From 0053ec0c725206a5fca17bfca8f4ab607b90096a Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Wed, 12 Jun 2002 15:39:39 +0000 Subject: Threading is working on uisw32 as well now, code is up-to-date, makefile is up-to-date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@981 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/win32/uisw32.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'uisimulator/win32/uisw32.h') 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 @@ #define UI_LCD_POSX 59 // x position of lcd #define UI_LCD_POSY 95 // y position of lcd +#define TM_YIELD WM_USER + 101 // thread message for yield + extern HWND hGUIWnd; // the GUI window handle extern unsigned int uThreadID; // id of mod thread extern bool bActive; -- cgit v1.2.3