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