diff --git a/src/win32.h b/src/win32.h index c52a900..8f7a7b6 100644 --- a/src/win32.h +++ b/src/win32.h @@ -15,7 +15,6 @@ typedef HRESULT(__stdcall DirectSoundCreateProc)(GUID*, LPDIRECTSOUND*, IUnknown extern DirectSoundCreateProc* gDirectSoundCreateProc; extern HWND gProgramWindow; -extern LPSTR gCmdLine; extern bool gProgramIsActive; extern HANDLE _GNW95_mutex; extern HMODULE gDSoundDLL;