Commit cce3163c authored by Alexandre Julliard's avatar Alexandre Julliard

sti: StiCreateInstance doesn't need its own implementation.

parent 2a28839e
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
@ stdcall -private DllGetClassObject(ptr ptr ptr) @ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllRegisterServer() @ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer() @ stdcall -private DllUnregisterServer()
@ stdcall StiCreateInstance(ptr long ptr ptr) @ stdcall StiCreateInstance(ptr long ptr ptr) StiCreateInstanceW
@ stdcall StiCreateInstanceA(ptr long ptr ptr) @ stdcall StiCreateInstanceA(ptr long ptr ptr)
@ stdcall StiCreateInstanceW(ptr long ptr ptr) @ stdcall StiCreateInstanceW(ptr long ptr ptr)
...@@ -173,14 +173,6 @@ HRESULT WINAPI DllCanUnloadNow( void ) ...@@ -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.@) * StiCreateInstanceA (STI.@)
*/ */
HRESULT WINAPI StiCreateInstanceA( HINSTANCE hinst, DWORD dwVer, PSTIA *ppSti, LPUNKNOWN pUnkOuter ) HRESULT WINAPI StiCreateInstanceA( HINSTANCE hinst, DWORD dwVer, PSTIA *ppSti, LPUNKNOWN pUnkOuter )
......
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