diff --git a/PC/empty.c b/PC/empty.c new file mode 100644 index 00000000000..846b4d0d646 --- /dev/null +++ b/PC/empty.c @@ -0,0 +1,6 @@ +#include +int __stdcall +WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) +{ + return 0; +} \ No newline at end of file