Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
bd82d644
Commit
bd82d644
authored
Jan 28, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl90: Share registrar.c with atl100.
parent
52c9b51c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
Makefile.in
dlls/atl90/Makefile.in
+3
-2
atl90.spec
dlls/atl90/atl90.spec
+2
-2
make_specfiles
tools/make_specfiles
+0
-1
No files found.
dlls/atl90/Makefile.in
View file @
bd82d644
MODULE
=
atl90.dll
IMPORTS
=
atl100
oleaut32 user32 ole32 gdi32 advapi32 uuid
IMPORTS
=
oleaut32 user32 ole32 gdi32 advapi32 uuid
EXTRADEFS
=
-D_ATL_VER
=
_ATL_VER_90
PARENTSRC
=
../atl100
C_SRCS
=
\
atl.c
\
atl_ax.c
atl_ax.c
\
registrar.c
RC_SRCS
=
atl90.rc
dlls/atl90/atl90.spec
View file @
bd82d644
...
...
@@ -7,7 +7,7 @@
17 stdcall AtlComModuleRegisterClassObjects(ptr long long)
20 stdcall AtlComModuleRevokeClassObjects(ptr)
22 stdcall AtlComModuleUnregisterServer(ptr long ptr)
23 stdcall AtlUpdateRegistryFromResourceD(long wstr long ptr ptr)
atl100.AtlUpdateRegistryFromResourceD
23 stdcall AtlUpdateRegistryFromResourceD(long wstr long ptr ptr)
24 stdcall AtlWaitWithMessageLoop(long)
25 stub AtlSetErrorInfo
26 stdcall AtlCreateTargetDC(long ptr)
...
...
@@ -42,7 +42,7 @@
58 stdcall AtlModuleAddTermFunc(ptr ptr long)
59 stub AtlAxCreateControlLic
60 stub AtlAxCreateControlLicEx
61 stdcall AtlCreateRegistrar(ptr)
atl100.AtlCreateRegistrar
61 stdcall AtlCreateRegistrar(ptr)
62 stub AtlWinModuleRegisterClassExW
63 stub AtlWinModuleRegisterClassExA
64 stdcall AtlCallTermFunc(ptr)
...
...
tools/make_specfiles
View file @
bd82d644
...
...
@@ -123,7 +123,6 @@ my @dll_groups =
"atl110"
,
"atl"
,
"atl80"
,
"atl90"
,
],
[
"advapi32"
,
...
...
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