Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
b032243b
Commit
b032243b
authored
Aug 23, 2005
by
James Hawkins
Committed by
Alexandre Julliard
Aug 23, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Register the ITStorage class.
parent
eee54d95
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
6 deletions
+2
-6
Makefile.in
dlls/itss/Makefile.in
+1
-0
itss.c
dlls/itss/itss.c
+0
-6
regsvr.c
dlls/itss/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/itss/Makefile.in
View file @
b032243b
...
@@ -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
=
\
...
...
dlls/itss/itss.c
View file @
b032243b
...
@@ -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
);
...
...
dlls/itss/regsvr.c
0 → 100644
View file @
b032243b
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
b032243b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment