Created
July 1, 2019 05:24
-
-
Save sailfish009/8106988ac7a94002e1aec8159a270070 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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