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