Module: wine Branch: master Commit: cce3163c695120b2b847075a16fb1ab3f3c8d0f5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=cce3163c695120b2b847075a16...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 24 13:29:58 2009 +0200
sti: StiCreateInstance doesn't need its own implementation.
---
dlls/sti/sti.spec | 2 +- dlls/sti/sti_main.c | 8 -------- 2 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/dlls/sti/sti.spec b/dlls/sti/sti.spec index 189af52..300e7fa 100644 --- a/dlls/sti/sti.spec +++ b/dlls/sti/sti.spec @@ -2,6 +2,6 @@ @ stdcall -private DllGetClassObject(ptr ptr ptr) @ stdcall -private DllRegisterServer() @ stdcall -private DllUnregisterServer() -@ stdcall StiCreateInstance(ptr long ptr ptr) +@ stdcall StiCreateInstance(ptr long ptr ptr) StiCreateInstanceW @ stdcall StiCreateInstanceA(ptr long ptr ptr) @ stdcall StiCreateInstanceW(ptr long ptr ptr) diff --git a/dlls/sti/sti_main.c b/dlls/sti/sti_main.c index c53d6bb..eed33bd 100644 --- a/dlls/sti/sti_main.c +++ b/dlls/sti/sti_main.c @@ -173,14 +173,6 @@ HRESULT WINAPI DllCanUnloadNow( void ) }
/****************************************************************************** - * StiCreateInstance (STI.@) - */ -HRESULT WINAPI StiCreateInstance( HINSTANCE hinst, DWORD dwVer, PSTIW *ppSti, LPUNKNOWN pUnkOuter ) -{ - return STG_E_UNIMPLEMENTEDFUNCTION; -} - -/****************************************************************************** * StiCreateInstanceA (STI.@) */ HRESULT WINAPI StiCreateInstanceA( HINSTANCE hinst, DWORD dwVer, PSTIA *ppSti, LPUNKNOWN pUnkOuter )