Guest User

Untitled

a guest
Jan 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. extern "C" int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR , int nShowCmd)
  2. {
  3. printf("test"); // <- this did nothing
  4. MessageBox(nullptr, L"test", L"caption", MB_OK); // <- this work
  5. //...
  6. }
Add Comment
Please, Sign In to add comment