1#include <stdio.h> 2#include <windows.h> 3 4int wmain(int argc, wchar_t *argv[ ], wchar_t *envp[ ]) { 5 printf("hello from wmain\n"); 6 return 0; 7}