win32 finally builds again

This commit is contained in:
Bill Currie 2003-06-05 18:25:41 +00:00
parent 191a7f61bc
commit f5cf955f21

View file

@ -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 */