DllGetClassObject should take a REFCLSID not an LPCLSID.
This commit is contained in:
parent
4f85bad39e
commit
a914fa1e04
|
@ -18,7 +18,7 @@
|
|||
/****************************************************************************
|
||||
* DllGetClassObject
|
||||
*/
|
||||
DWORD WINAPI SHELL32_DllGetClassObject(LPCLSID,REFIID,LPVOID*);
|
||||
DWORD WINAPI SHELL32_DllGetClassObject(REFCLSID,REFIID,LPVOID*);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue