Commit b4c726e2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

All guid 'REFxxx' types already have a 'const' inside them.

parent 65e1f75f
......@@ -1155,7 +1155,7 @@ HRESULT WINAPI CoRevokeClassObject32(
* CoGetClassObject [COMPOBJ.7]
*/
HRESULT WINAPI CoGetClassObject(REFCLSID rclsid, DWORD dwClsContext,
LPVOID pvReserved, const REFIID iid, LPVOID *ppv)
LPVOID pvReserved, REFIID iid, LPVOID *ppv)
{
LPUNKNOWN regClassObject;
char xclsid[50],xiid[50];
......
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