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:
parent
9adddbafe5
commit
5cf42c0c97
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue