summaryrefslogtreecommitdiff
path: root/uisimulator/win32/uisw32.h
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-06-12 15:39:39 +0000
committerFelix Arends <edx@rockbox.org>2002-06-12 15:39:39 +0000
commit0053ec0c725206a5fca17bfca8f4ab607b90096a (patch)
tree046dda9a3da8dfd87f8bc68ce7b5eef3a14de3c5 /uisimulator/win32/uisw32.h
parentd0b23126f1da12c03732ade3e6da780c32024349 (diff)
downloadrockbox-0053ec0c725206a5fca17bfca8f4ab607b90096a.tar.gz
rockbox-0053ec0c725206a5fca17bfca8f4ab607b90096a.zip
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
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;