diff options
| author | Kjell Ericson <kjell@haxx.se> | 2002-10-28 20:45:37 +0000 |
|---|---|---|
| committer | Kjell Ericson <kjell@haxx.se> | 2002-10-28 20:45:37 +0000 |
| commit | 8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672 (patch) | |
| tree | 712acbf64ab09a1852f6d2fa9acac0f8f635a84f | |
| parent | fe026b944d46d6b4269b31db4f92f22de757e216 (diff) | |
| download | rockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.zip rockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.tar.gz rockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.tar.bz2 rockbox-8857d47b5ad87f2e6aa47797aa2f5dc4d4e0f672.tar.xz | |
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/win32/uisw32.c b/uisimulator/win32/uisw32.c index 5f1dff8..6722422 100644 --- a/uisimulator/win32/uisw32.c +++ b/uisimulator/win32/uisw32.c @@ -41,6 +41,8 @@ PBYTE lpKeys; bool bActive; // window active? HANDLE hGUIThread; // thread for GUI +char having_new_lcd=true; // Used for player simulator + // GUIWndProc // window proc for GUI simulator LRESULT GUIWndProc ( |