Fixed the prototype of GetClassFile.

This commit is contained in:
François Gouget 2000-12-15 21:29:41 +00:00 committed by Alexandre Julliard
parent ef456af6e5
commit 9a8c2e26b1

View File

@ -30,7 +30,7 @@
extern "C" { extern "C" {
#endif #endif
HRESULT WINAPI GetClassFile(LPOLESTR filePathName,CLSID *pclsid); HRESULT WINAPI GetClassFile(LPCOLESTR filePathName,CLSID *pclsid);
#ifdef __cplusplus #ifdef __cplusplus
} }