[WIN32SS] Shhhhh!
authorPierre Schweitzer <pierre@reactos.org>
Sun, 9 Dec 2018 21:00:53 +0000 (22:00 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 9 Dec 2018 21:00:53 +0000 (22:00 +0100)
win32ss/user/ntuser/ghost.c

index f7a2235..726fe8f 100644 (file)
@@ -13,6 +13,11 @@ BOOL FASTCALL IntGoGhost(PWND Window, BOOL bGo)
     // 1. Create a thread.
     // 2. Create a ghost window in the thread.
     // 3. Do message loop in the thread
-    STUB;
+    static int bWarnedOnce = 0;
+    if (!bWarnedOnce)
+    {
+        bWarnedOnce++;
+        STUB;
+    }
     return FALSE;
 }