Files
Aerofoil/GpCommon/GpWindows.h
2019-12-22 00:35:30 -05:00

21 lines
304 B
C

#pragma once
#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#define OEMRESOURCE
#include <Windows.h>
struct GpWindowsGlobals
{
HINSTANCE m_hInstance;
HINSTANCE m_hPrevInstance;
LPCSTR m_cmdLine;
LPCWSTR m_baseDir;
int m_nCmdShow;
};
extern GpWindowsGlobals g_gpWindowsGlobals;
#undef CreateMutex