Re-enabled windows console in debug mode - it's just handy to have ;)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@12727 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2013-05-10 23:19:36 +00:00
parent ad153aa14e
commit da9d75bbae

View File

@@ -1260,6 +1260,10 @@ static bool checkXmasTime()
return (timeinfo->tm_mon == 12-1); // Xmas mode happens in December
}
#if defined(DEBUG) && defined(WIN32) && !defined(__CYGWIN__)
#pragma comment(linker, "/SUBSYSTEM:console")
#endif
int main(int argc, char *argv[] )
{
#ifdef BREAKPAD