blob: 4bc688a351970e57e32c53be6e499849b755a35f [file] [log] [blame]
#include <windows.h>
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
LPSTR lpCmdLine, int nCmdShow) {
return 0;
}