Alexandre Julliard : oleaut32: Remove redundant declaration of CLSID_PSFactoryBuffer.
Module: wine Branch: master Commit: 699eb85ce0128f12ca0e0cf26f755f03a6dc8e6c URL: http://source.winehq.org/git/wine.git/?a=commit;h=699eb85ce0128f12ca0e0cf26f... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 10 14:24:11 2013 +0200 oleaut32: Remove redundant declaration of CLSID_PSFactoryBuffer. --- dlls/oleaut32/oleaut.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c index 56eea1a..5af6d18 100644 --- a/dlls/oleaut32/oleaut.c +++ b/dlls/oleaut32/oleaut.c @@ -739,7 +739,6 @@ extern HRESULT WINAPI OLEAUTPS_DllGetClassObject(REFCLSID, REFIID, LPVOID *) DEC extern BOOL WINAPI OLEAUTPS_DllMain(HINSTANCE, DWORD, LPVOID) DECLSPEC_HIDDEN; extern HRESULT WINAPI OLEAUTPS_DllRegisterServer(void) DECLSPEC_HIDDEN; extern HRESULT WINAPI OLEAUTPS_DllUnregisterServer(void) DECLSPEC_HIDDEN; -extern GUID const CLSID_PSFactoryBuffer DECLSPEC_HIDDEN; extern void _get_STDFONT_CF(LPVOID *); extern void _get_STDPIC_CF(LPVOID *);
participants (1)
-
Alexandre Julliard