#include #include int wmain(int argc, wchar_t *argv[ ], wchar_t *envp[ ]) { printf("hello from wmain\n"); return 0; }