user32: Add stub for IsProcessDPIAware.

Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Louis Lenders 2016-04-01 08:18:30 +02:00 committed by Alexandre Julliard
parent 9adddbafe5
commit 5cf42c0c97
2 changed files with 10 additions and 0 deletions

View File

@ -2904,3 +2904,12 @@ BOOL WINAPI SetProcessDPIAware( VOID )
return TRUE;
}
/***********************************************************************
* IsProcessDPIAware (USER32.@)
*/
BOOL WINAPI IsProcessDPIAware(void)
{
FIXME( "stub!\n");
return FALSE;
}

View File

@ -446,6 +446,7 @@
# @ stub IsHungThread
@ stdcall IsIconic(long)
@ stdcall IsMenu(long)
@ stdcall IsProcessDPIAware()
@ stdcall IsRectEmpty(ptr)
# @ stub IsServerSideWindow
@ stdcall IsTouchWindow(long ptr)