[WIN32SS] Shhhhh!

This commit is contained in:
Pierre Schweitzer
2018-12-09 22:00:53 +01:00
parent 1e28d4d92b
commit 958ae44599

View 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;
}