1 2 3 4 5 6 7
#include <windows.h> #include <stdio.h> int APIENTRY wWinMain(HINSTANCE hInst, HINSTANCE hInstPrev, PWSTR cmdline, int cmdshow) { printf("hello from wWinMain\n"); return 0; }