From a914fa1e04704afdee80d32a147113840600e42c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 9 Feb 1999 15:31:25 +0000 Subject: [PATCH] DllGetClassObject should take a REFCLSID not an LPCLSID. --- include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shlobj.h b/include/shlobj.h index a87620dc13c..a46395d577e 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -18,7 +18,7 @@ /**************************************************************************** * DllGetClassObject */ -DWORD WINAPI SHELL32_DllGetClassObject(LPCLSID,REFIID,LPVOID*); +DWORD WINAPI SHELL32_DllGetClassObject(REFCLSID,REFIID,LPVOID*); -- 2.11.4.GIT