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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user