summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-10-28 20:45:37 +0000
committerKjell Ericson <kjell@haxx.se>2002-10-28 20:45:37 +0000
commit8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672 (patch)
tree712acbf64ab09a1852f6d2fa9acac0f8f635a84f
parentfe026b944d46d6b4269b31db4f92f22de757e216 (diff)
downloadrockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.tar.gz
rockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.zip
A try to fix a compilation error for the Win32 recorder simulator. (not tested).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2767 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/win32/uisw32.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.c b/uisimulator/win32/uisw32.c
index 5f1dff871e..6722422a0d 100644
--- a/uisimulator/win32/uisw32.c
+++ b/uisimulator/win32/uisw32.c
@@ -41,6 +41,8 @@ PBYTE lpKeys;
41bool bActive; // window active? 41bool bActive; // window active?
42HANDLE hGUIThread; // thread for GUI 42HANDLE hGUIThread; // thread for GUI
43 43
44char having_new_lcd=true; // Used for player simulator
45
44// GUIWndProc 46// GUIWndProc
45// window proc for GUI simulator 47// window proc for GUI simulator
46LRESULT GUIWndProc ( 48LRESULT GUIWndProc (