mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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:
parent
fe026b944d
commit
8857d47b5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue