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
560462a2
Commit
560462a2
authored
Aug 23, 2004
by
Stefan Leichter
Committed by
Alexandre Julliard
Aug 23, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added empty DllRegisterServer.
parent
998a8273
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
Makefile.in
dlls/hhctrl.ocx/Makefile.in
+4
-2
hhctrl.ocx.spec
dlls/hhctrl.ocx/hhctrl.ocx.spec
+2
-0
regsvr.c
dlls/hhctrl.ocx/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/hhctrl.ocx/Makefile.in
View file @
560462a2
...
...
@@ -3,9 +3,11 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
hhctrl.ocx
IMPORTS
=
shell
32 user32 kernel32
IMPORTS
=
advapi32 shell32 ole
32 user32 kernel32
C_SRCS
=
hhctrl.c
C_SRCS
=
\
hhctrl.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/hhctrl.ocx/hhctrl.ocx.spec
View file @
560462a2
14 stdcall HtmlHelpA(ptr ptr long long)
15 stdcall HtmlHelpW(ptr ptr long long)
@ stdcall -private DllRegisterServer() HHCTRL_DllRegisterServer
@ stdcall -private DllUnregisterServer() HHCTRL_DllUnregisterServer
dlls/hhctrl.ocx/regsvr.c
0 → 100644
View file @
560462a2
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
560462a2
...
...
@@ -2023,6 +2023,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dsound.dll,1
11,,dswave.dll,1
11,,dxdiagn.dll,1
11,,hhctrl.ocx,1
11,,msi.dll,1
11,,ole32.dll,1
11,,oleaut32.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