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
1 changed files with 1 additions and 1 deletions

View File

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