Fixed Qt project on windows

This commit is contained in:
Xawotihs
2010-10-16 12:19:44 +00:00
parent e082deaddf
commit 0abe60542a

View File

@@ -14,7 +14,7 @@ void JLogger::Log(const char * text){
file << "\n";
file.close();
}
#if defined (WIN32)
#if defined (WIN32) && !defined(QT_CONFIG)
OutputDebugString(text);
OutputDebugString("\n");
#else