Commit bd82d644 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

atl90: Share registrar.c with atl100.

parent 52c9b51c
MODULE = atl90.dll 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 EXTRADEFS = -D_ATL_VER=_ATL_VER_90
PARENTSRC = ../atl100 PARENTSRC = ../atl100
C_SRCS = \ C_SRCS = \
atl.c \ atl.c \
atl_ax.c atl_ax.c \
registrar.c
RC_SRCS = atl90.rc RC_SRCS = atl90.rc
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
17 stdcall AtlComModuleRegisterClassObjects(ptr long long) 17 stdcall AtlComModuleRegisterClassObjects(ptr long long)
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)
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,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)
......
...@@ -123,7 +123,6 @@ my @dll_groups = ...@@ -123,7 +123,6 @@ my @dll_groups =
"atl110", "atl110",
"atl", "atl",
"atl80", "atl80",
"atl90",
], ],
[ [
"advapi32", "advapi32",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment