mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
[WIN32SS] Shhhhh!
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user