mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:35:53 +00:00
[WIN32SS] Shhhhh!
This commit is contained in:
parent
1e28d4d92b
commit
958ae44599
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue