Module: wine Branch: master Commit: 62cc1da580250265a9083af4c21cfec1ae2f7419 URL: http://source.winehq.org/git/wine.git/?a=commit;h=62cc1da580250265a9083af4c2...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jan 29 10:25:10 2014 +0100
atl80: Share registrar.c with atl100.
---
dlls/atl80/Makefile.in | 5 +++-- dlls/atl80/atl80.spec | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/dlls/atl80/Makefile.in b/dlls/atl80/Makefile.in index e05e197..cbd10ec 100644 --- a/dlls/atl80/Makefile.in +++ b/dlls/atl80/Makefile.in @@ -1,12 +1,13 @@ MODULE = atl80.dll IMPORTLIB = atl80 -IMPORTS = atl100 oleaut32 user32 ole32 gdi32 advapi32 uuid +IMPORTS = oleaut32 user32 ole32 gdi32 advapi32 uuid EXTRADEFS = -D_ATL_VER=_ATL_VER_80 PARENTSRC = ../atl100
C_SRCS = \ atl.c \ atl80.c \ - atl_ax.c + atl_ax.c \ + registrar.c
RC_SRCS = atl80.rc diff --git a/dlls/atl80/atl80.spec b/dlls/atl80/atl80.spec index 88d74ed..fb5fae8 100644 --- a/dlls/atl80/atl80.spec +++ b/dlls/atl80/atl80.spec @@ -9,7 +9,7 @@ 19 stdcall AtlRegisterTypeLib(ptr wstr) 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) @@ -45,7 +45,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)