oleaut32: Fix some typos

Andrew Talbot Andrew.Talbot at talbotville.com
Tue Jun 5 17:08:40 CDT 2007


Changelog:
    oleaut32: Fix some typos.

diff -urN a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c
--- a/dlls/oleaut32/oleaut.c	2007-01-03 11:38:50.000000000 +0000
+++ b/dlls/oleaut32/oleaut.c	2007-06-05 23:03:44.000000000 +0100
@@ -691,8 +691,8 @@
 
 extern HRESULT OLEAUTPS_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv);
 
-extern void _get_STDFONT_CF(LPVOID);
-extern void _get_STDPIC_CF(LPVOID);
+extern void _get_STDFONT_CF(LPVOID *);
+extern void _get_STDPIC_CF(LPVOID *);
 
 static HRESULT WINAPI PSDispatchFacBuf_QueryInterface(IPSFactoryBuffer *iface, REFIID riid, void **ppv)
 {



More information about the wine-patches mailing list