kernel32: Only print a fixme once for FlushProcessWriteBuffers.
This commit is contained in:
parent
e9dc02eaa3
commit
b4432a6274
|
@ -3863,5 +3863,8 @@ BOOL WINAPI GetProcessDEPPolicy(HANDLE process, LPDWORD flags, PBOOL permanent)
|
|||
*/
|
||||
VOID WINAPI FlushProcessWriteBuffers(void)
|
||||
{
|
||||
FIXME(": stub\n");
|
||||
static int once = 0;
|
||||
|
||||
if (!once++)
|
||||
FIXME(": stub\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue