Files
Aerofoil/GpCommon/GpWindows.h
2019-12-21 18:40:17 -05:00

19 lines
279 B
C

#pragma once
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
struct GPWindowsGlobals
{
HINSTANCE m_hInstance;
HINSTANCE m_hPrevInstance;
LPSTR m_cmdLine;
int m_nCmdShow;
};
extern GPWindowsGlobals g_gpWindowsGlobals;
#undef CreateMutex