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
be2c020c
Commit
be2c020c
authored
Aug 13, 2004
by
Steven Edwards
Committed by
Alexandre Julliard
Aug 13, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented DllRegisterServer and DllUnregisterServer.
parent
48c4bb3c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
Makefile.in
dlls/atl/Makefile.in
+3
-2
atl.spec
dlls/atl/atl.spec
+2
-2
regsvr.c
dlls/atl/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+2
-1
No files found.
dlls/atl/Makefile.in
View file @
be2c020c
...
...
@@ -3,11 +3,12 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
atl.dll
IMPORTS
=
ole32
kernel
32
IMPORTS
=
ole32
user32 kernel32 advapi
32
EXTRALIBS
=
-luuid
C_SRCS
=
\
atl_main.c
atl_main.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/atl/atl.spec
View file @
be2c020c
1 stub DllCanUnloadNow
2 stub DllGetClassObject
3 st
ub
DllRegisterServer
4 st
ub
DllUnregisterServer
3 st
dcall -private DllRegisterServer() ATL_
DllRegisterServer
4 st
dcall -private DllUnregisterServer() ATL_
DllUnregisterServer
10 stub AtlAdvise
11 stub AtlUnadvise
12 stub AtlFreeMarshalStream
...
...
dlls/atl/regsvr.c
0 → 100644
View file @
be2c020c
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
be2c020c
...
...
@@ -2002,8 +2002,9 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
[RegisterDllsSection]
11,,avifil32.dll,1
11,,amstream.dll,1
11,,atl.dll,1
11,,avifil32.dll,1
11,,comcat.dll,1
11,,d3dxof.dll,1
11,,ddraw.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