Commit b032243b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

Register the ITStorage class.

parent eee54d95
...@@ -12,6 +12,7 @@ C_SRCS = \ ...@@ -12,6 +12,7 @@ C_SRCS = \
lzx.c \ lzx.c \
itss.c \ itss.c \
moniker.c \ moniker.c \
regsvr.c \
storage.c storage.c
IDL_SRCS = \ IDL_SRCS = \
......
...@@ -413,12 +413,6 @@ static HRESULT ITSS_create(IUnknown *pUnkOuter, LPVOID *ppObj) ...@@ -413,12 +413,6 @@ static HRESULT ITSS_create(IUnknown *pUnkOuter, LPVOID *ppObj)
/*****************************************************************************/ /*****************************************************************************/
HRESULT WINAPI DllRegisterServer(void)
{
FIXME("\n");
return S_OK;
}
HRESULT WINAPI DllCanUnloadNow(void) HRESULT WINAPI DllCanUnloadNow(void)
{ {
TRACE("dll_count = %lu\n", dll_count); TRACE("dll_count = %lu\n", dll_count);
......
...@@ -2049,6 +2049,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" ...@@ -2049,6 +2049,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dswave.dll,1 11,,dswave.dll,1
11,,dxdiagn.dll,1 11,,dxdiagn.dll,1
11,,hhctrl.ocx,1 11,,hhctrl.ocx,1
11,,itss.dll,1
11,,mlang.dll,1 11,,mlang.dll,1
11,,mshtml.dll,1 11,,mshtml.dll,1
11,,msi.dll,1 11,,msi.dll,1
......
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