J :
* Little compilation problem fix.
This commit is contained in:
@@ -14,7 +14,7 @@ void JLogger::Log(const char * text){
|
||||
file << "\n";
|
||||
file.close();
|
||||
}
|
||||
#if defined (WIN32) || defined (LINUX)
|
||||
#if defined (WIN32)
|
||||
OutputDebugString(text);
|
||||
OutputDebugString("\n");
|
||||
#else
|
||||
@@ -22,4 +22,4 @@ void JLogger::Log(const char * text){
|
||||
printf("\n");
|
||||
#endif
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user