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
This commit is contained in:
Kjell Ericson 2002-10-28 20:45:37 +00:00
parent fe026b944d
commit 8857d47b5a

View file

@ -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 (