1 2 3 4 5 6 7
#include <windows.h> #include "lib.h" int wmain(int argc, wchar_t *argv[]) { if (!verify(argc, argv)) return 1; return 0; }