mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[USER32]
* Zap SetProcessDPIAware(). CORE-8174 svn path=/trunk/; revision=63159
This commit is contained in:
@@ -475,15 +475,6 @@ BOOL WINAPI DdeGetQualityOfService(HWND hWnd, DWORD Reserved, PSECURITY_QUALITY_
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL WINAPI SetProcessDPIAware(VOID)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
@@ -739,9 +739,6 @@
|
||||
@ stdcall wvsprintfA(ptr str ptr)
|
||||
@ stdcall wvsprintfW(ptr wstr ptr)
|
||||
|
||||
; Functions exported by Win Vista
|
||||
@ stdcall SetProcessDPIAware()
|
||||
|
||||
; Unknown and undocumented functions
|
||||
; @ stdcall CalcChildScroll(long long)
|
||||
; @ stdcall CharNextExW(long wstr long)
|
||||
|
||||
Reference in New Issue
Block a user