blob: aeecb7b82d9622df58f5d25f6fb20910ef29ba6e [file] [log] [blame]
#include<windows.h>
class Foo;
int APIENTRY
WinMain(
HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpszCmdLine,
int nCmdShow) {
return 0;
}