mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
win32 finally builds again
This commit is contained in:
parent
191a7f61bc
commit
f5cf955f21
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
|
|||
LONG CDAudio_MessageHandler (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LONG WINAPI MainWndProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
void AppActivate (BOOL fActive, BOOL minimize);
|
||||
|
||||
#undef E_POINTER
|
||||
|
||||
#endif /* _WIN32 */
|
||||
|
||||
#endif /* _WINQUAKE_H */
|
||||
|
|
Loading…
Reference in a new issue