#include #include int APIENTRY WinMain(HINSTANCE hInst, HINSTANCE hInstPrev, PSTR cmdline, int cmdshow) { printf("hello from WinMain\n"); return 0; }