Commit 9a8c2e26 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Fixed the prototype of GetClassFile.

parent ef456af6
......@@ -30,7 +30,7 @@
extern "C" {
#endif
HRESULT WINAPI GetClassFile(LPOLESTR filePathName,CLSID *pclsid);
HRESULT WINAPI GetClassFile(LPCOLESTR filePathName,CLSID *pclsid);
#ifdef __cplusplus
}
......
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