mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix MR_MID_NOT_FOUND error with mshtml in 2nd stage
svn path=/trunk/; revision=39545
This commit is contained in:
parent
94e68ecb2b
commit
f6fa8b2376
2 changed files with 12 additions and 1 deletions
|
@ -568,3 +568,14 @@ BOOL WINAPI DdeGetQualityOfService(HWND hWnd, DWORD Reserved, PSECURITY_QUALITY_
|
|||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* SetProcessDPIAware (USER32.@)
|
||||
*/
|
||||
BOOL WINAPI SetProcessDPIAware( VOID )
|
||||
{
|
||||
FIXME( "stub!\n");
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -644,7 +644,7 @@
|
|||
@ stdcall SetMessageQueue(long)
|
||||
@ stdcall SetParent(long long) NtUserSetParent
|
||||
@ stdcall SetProcessDefaultLayout(long)
|
||||
@ stub SetProcessDPIAware
|
||||
@ stdcall SetProcessDPIAware()
|
||||
@ stdcall SetProcessWindowStation(long) NtUserSetProcessWindowStation
|
||||
@ stdcall SetProgmanWindow (long)
|
||||
@ stdcall SetPropA(long str long)
|
||||
|
|
Loading…
Reference in a new issue