Commit 5cf42c0c authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

user32: Add stub for IsProcessDPIAware.

parent 9adddbaf
......@@ -2904,3 +2904,12 @@ BOOL WINAPI SetProcessDPIAware( VOID )
return TRUE;
}
/***********************************************************************
* IsProcessDPIAware (USER32.@)
*/
BOOL WINAPI IsProcessDPIAware(void)
{
FIXME( "stub!\n");
return FALSE;
}
......@@ -446,6 +446,7 @@
# @ stub IsHungThread
@ stdcall IsIconic(long)
@ stdcall IsMenu(long)
@ stdcall IsProcessDPIAware()
@ stdcall IsRectEmpty(ptr)
# @ stub IsServerSideWindow
@ stdcall IsTouchWindow(long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment