From 344a69cec9aabc1833ba50de2e5bf75753688939 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Wed, 25 May 2022 22:26:10 +0300 Subject: [PATCH] Remove gCmdLine declaration --- src/win32.h | 1 - 1 file changed, 1 deletion(-) 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;