Using WinMain now, can you GCC stop complaining?

This commit is contained in:
Quantum 2013-09-08 12:03:07 -04:00
parent 0b80ff1914
commit f100921c57

View file

@ -3,7 +3,7 @@
#pragma comment(lib, "comctl32.lib") #pragma comment(lib, "comctl32.lib")
int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) { int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {
UNREFERENCED_PARAMETER(hInstance); UNREFERENCED_PARAMETER(hInstance);
UNREFERENCED_PARAMETER(hPrevInstance); UNREFERENCED_PARAMETER(hPrevInstance);
UNREFERENCED_PARAMETER(lpCmdLine); UNREFERENCED_PARAMETER(lpCmdLine);