user32: Add a stub for GetAppCompatFlags2.

This commit is contained in:
Detlef Riekenberg 2007-07-31 05:27:55 +02:00 committed by Alexandre Julliard
parent f4077ae5d0
commit b90c6e2792
2 changed files with 11 additions and 2 deletions

View file

@ -575,7 +575,16 @@ BOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
*/
DWORD WINAPI GetAppCompatFlags( HTASK hTask )
{
FIXME("stub\n");
FIXME("(%p) stub\n", hTask);
return 0;
}
/***********************************************************************
* GetAppCompatFlags2 (USER32.@)
*/
DWORD WINAPI GetAppCompatFlags2( HTASK hTask )
{
FIXME("(%p) stub\n", hTask);
return 0;
}

View file

@ -244,8 +244,8 @@
@ stdcall GetAltTabInfoA(long long ptr ptr long)
@ stdcall GetAltTabInfoW(long long ptr ptr long)
@ stdcall GetAncestor(long long)
# @ stub GetAppCompatFlags2
@ stdcall GetAppCompatFlags(long)
@ stdcall GetAppCompatFlags2(long)
@ stdcall GetAsyncKeyState(long)
@ stdcall GetCapture()
@ stdcall GetCaretBlinkTime()