diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-26 23:43:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-04-26 23:43:53 +0200 |
commit | 9ff9796c1249f3c09af223af51d411c659691051 (patch) | |
tree | 4f5ec1d5c74a779eda218820e9fb928b87d7a35b /facetracknoir/main.cpp | |
parent | c22192d4445d1c7cb8247e8dd0b3cb6a2cee56b6 (diff) |
Allow for a console debug build.
Diffstat (limited to 'facetracknoir/main.cpp')
-rw-r--r-- | facetracknoir/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp index d2eb84cc..01b9d8ea 100644 --- a/facetracknoir/main.cpp +++ b/facetracknoir/main.cpp @@ -36,7 +36,7 @@ #if defined(_WIN32)
#include <windows.h>
-#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
+//#pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup")
#endif
int main(int argc, char** argv)
{
|