On 22/03/2010 11:06 PM, Nikolay Sivov wrote:
Hi Nikolay,
+ return E_NOTIMPL;
Displaying messagebox is a bit questionable, ExitProcess is even worse.
If you mean here that native oleaut32 uses this call, a general FIXME is
enough. If you really don't want to survive from such call you don't
need
On 3/22/2010 12:32, Alistair Leslie-Hughes wrote:
Hi,
Changelog:
rpcrt4: Added stub function CreateStubFromTypeInfo
+typedef INT (WINAPI *MessageBoxA)(HWND,LPCSTR,LPCSTR,UINT);
+HMODULE hUser32 = LoadLibraryA("user32");
+MessageBoxA pMessageBoxA = (void *)GetP