sti: StiCreateInstance doesn't need its own implementation.

This commit is contained in:
Alexandre Julliard 2009-09-24 13:29:58 +02:00
parent 2a28839ed8
commit cce3163c69
2 changed files with 1 additions and 9 deletions

View File

@ -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)

View File

@ -172,14 +172,6 @@ HRESULT WINAPI DllCanUnloadNow( void )
return S_FALSE;
}
/******************************************************************************
* StiCreateInstance (STI.@)
*/
HRESULT WINAPI StiCreateInstance( HINSTANCE hinst, DWORD dwVer, PSTIW *ppSti, LPUNKNOWN pUnkOuter )
{
return STG_E_UNIMPLEMENTEDFUNCTION;
}
/******************************************************************************
* StiCreateInstanceA (STI.@)
*/