mirror of
https://github.com/sarah-walker-pcem/pcem.git
synced 2025-07-23 03:33:02 +02:00
MinG/W build fixes.
This commit is contained in:
@@ -3,8 +3,9 @@ extern int pcem_lib_main(int argc, char **argv);
|
||||
#ifdef WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, char*, int nShowCmd)
|
||||
int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, char *pCmdLine, int nShowCmd)
|
||||
{
|
||||
return pcem_lib_main(__argc, __argv);
|
||||
}
|
||||
|
Reference in New Issue
Block a user