Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created July 1, 2019 05:24
Show Gist options
  • Save sailfish009/8106988ac7a94002e1aec8159a270070 to your computer and use it in GitHub Desktop.
Save sailfish009/8106988ac7a94002e1aec8159a270070 to your computer and use it in GitHub Desktop.
#ifdef _UNICODE
#pragma comment(linker, "/entry:wWinMainCRTStartup /subsystem:console")
#else
#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment