We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050c290 commit 9e6125fCopy full SHA for 9e6125f
src/xrCore/log.cpp
@@ -44,7 +44,7 @@ void AddOne(const char* split)
44
{
45
logCS.Enter();
46
47
-#ifdef DEBUG
+#ifdef WINDOWS
48
OutputDebugString(split);
49
OutputDebugString("\n");
50
#endif
0 commit comments