mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 08:57:04 +00:00
Experimental 64-bit host support
This commit is contained in:
@@ -119,7 +119,7 @@ HRESULT WINAPI CoInitialize(LPVOID pvReserved) {
|
||||
}
|
||||
|
||||
HRESULT WINAPI CoCreateInstance(const GUID *rclsid, LPVOID pUnkOuter, DWORD dwClsContext, const GUID *riid,
|
||||
LPVOID *ppv) {
|
||||
GUEST_PTR *ppv) {
|
||||
HOST_CONTEXT_GUARD();
|
||||
DEBUG_LOG("STUB: CoCreateInstance(0x%x, %p, %d, 0x%x, %p)\n", rclsid->Data1, pUnkOuter, dwClsContext, riid->Data1,
|
||||
*ppv);
|
||||
|
||||
Reference in New Issue
Block a user