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
62cc1da5
Commit
62cc1da5
authored
Jan 29, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 29, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
atl80: Share registrar.c with atl100.
parent
61051202
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile.in
dlls/atl80/Makefile.in
+3
-2
atl80.spec
dlls/atl80/atl80.spec
+2
-2
No files found.
dlls/atl80/Makefile.in
View file @
62cc1da5
MODULE
=
atl80.dll
MODULE
=
atl80.dll
IMPORTLIB
=
atl80
IMPORTLIB
=
atl80
IMPORTS
=
atl100
oleaut32 user32 ole32 gdi32 advapi32 uuid
IMPORTS
=
oleaut32 user32 ole32 gdi32 advapi32 uuid
EXTRADEFS
=
-D_ATL_VER
=
_ATL_VER_80
EXTRADEFS
=
-D_ATL_VER
=
_ATL_VER_80
PARENTSRC
=
../atl100
PARENTSRC
=
../atl100
C_SRCS
=
\
C_SRCS
=
\
atl.c
\
atl.c
\
atl80.c
\
atl80.c
\
atl_ax.c
atl_ax.c
\
registrar.c
RC_SRCS
=
atl80.rc
RC_SRCS
=
atl80.rc
dlls/atl80/atl80.spec
View file @
62cc1da5
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
19 stdcall AtlRegisterTypeLib(ptr wstr)
19 stdcall AtlRegisterTypeLib(ptr wstr)
20 stdcall AtlComModuleRevokeClassObjects(ptr)
20 stdcall AtlComModuleRevokeClassObjects(ptr)
22 stdcall AtlComModuleUnregisterServer(ptr long 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)
24 stdcall AtlWaitWithMessageLoop(long)
25 stub AtlSetErrorInfo
25 stub AtlSetErrorInfo
26 stdcall AtlCreateTargetDC(long ptr)
26 stdcall AtlCreateTargetDC(long ptr)
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
58 stdcall AtlModuleAddTermFunc(ptr ptr long)
58 stdcall AtlModuleAddTermFunc(ptr ptr long)
59 stub AtlAxCreateControlLic
59 stub AtlAxCreateControlLic
60 stub AtlAxCreateControlLicEx
60 stub AtlAxCreateControlLicEx
61 stdcall AtlCreateRegistrar(ptr)
atl100.AtlCreateRegistrar
61 stdcall AtlCreateRegistrar(ptr)
62 stub AtlWinModuleRegisterClassExW
62 stub AtlWinModuleRegisterClassExW
63 stub AtlWinModuleRegisterClassExA
63 stub AtlWinModuleRegisterClassExA
64 stdcall AtlCallTermFunc(ptr)
64 stdcall AtlCallTermFunc(ptr)
...
...
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