Unstaged changes (WIP)
[sdk] / ecere / src / gui / GuiApplication.ec
index bb7fd95..fb4005b 100644 (file)
@@ -747,7 +747,7 @@ public:
 #endif
                wait = !ProcessInput(true);
 #if !defined(__EMSCRIPTEN__)
-#ifdef _DEBUG
+#if defined(_DEBUG) && !defined(MEMINFO)
                if(lockMutex.owningThread != GetCurrentThreadID())
                   PrintLn("WARNING: ProcessInput returned unlocked GUI!");
 #endif