fix MR_MID_NOT_FOUND error with mshtml in 2nd stage

svn path=/trunk/; revision=39545
This commit is contained in:
Christoph von Wittich 2009-02-11 09:26:31 +00:00
parent 94e68ecb2b
commit f6fa8b2376
2 changed files with 12 additions and 1 deletions

View file

@ -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;
}

View file

@ -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)