Commit b9bdb2a6 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

ole32: Implement win16 COCREATEGUID.

parent c5eb5312
......@@ -1197,6 +1197,7 @@ HRESULT WINAPI CoDisconnectObject( LPUNKNOWN lpUnk, DWORD reserved )
/******************************************************************************
* CoCreateGuid [OLE32.@]
* CoCreateGuid [COMPOBJ.17]
*
* Simply forwards to UuidCreate in RPCRT4.
*
......
......@@ -70,7 +70,7 @@
70 stub _IID_ISTDMARSHALINFO
71 pascal CoCreateStandardMalloc(long ptr) CoCreateStandardMalloc16
72 stub _IID_IEXTERNALCONNECTION
73 stub COCREATEGUID
73 pascal CoCreateGuid(ptr) CoCreateGuid
75 stub FNASSERT
76 pascal StringFromGUID2(ptr ptr word) StringFromGUID2
77 stub COGETCLASSEXT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment