Jacek Caban : atl: Don't forward AtlModule* calls to atl100.dll.

Alexandre Julliard julliard at winehq.org
Thu Nov 22 13:48:21 CST 2012


Module: wine
Branch: master
Commit: fed2d49fd9d69bf597f117f6e36bef9adca78ed5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fed2d49fd9d69bf597f117f6e36bef9adca78ed5

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Nov 22 12:33:25 2012 +0100

atl: Don't forward AtlModule* calls to atl100.dll.

---

 dlls/atl/atl.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/atl/atl.spec b/dlls/atl/atl.spec
index c043d3e..1de6f0c 100644
--- a/dlls/atl/atl.spec
+++ b/dlls/atl/atl.spec
@@ -34,10 +34,10 @@
 40 stdcall AtlAxCreateControlEx(ptr ptr ptr ptr ptr ptr ptr) atl100.AtlAxCreateControlEx
 41 stdcall AtlAxAttachControl(ptr ptr ptr) atl100.AtlAxAttachControl
 42 stdcall AtlAxWinInit() atl100.AtlAxWinInit
-43 stdcall AtlModuleAddCreateWndData(ptr ptr ptr) atl100.AtlModuleAddCreateWndData
-44 stdcall AtlModuleExtractCreateWndData(ptr) atl100.AtlModuleExtractCreateWndData
-45 stdcall AtlModuleRegisterWndClassInfoW(ptr ptr ptr) atl100.AtlModuleRegisterWndClassInfoW
-46 stdcall AtlModuleRegisterWndClassInfoA(ptr ptr ptr) atl100.AtlModuleRegisterWndClassInfoA
+43 stdcall AtlModuleAddCreateWndData(ptr ptr ptr)
+44 stdcall AtlModuleExtractCreateWndData(ptr)
+45 stdcall AtlModuleRegisterWndClassInfoW(ptr ptr ptr)
+46 stdcall AtlModuleRegisterWndClassInfoA(ptr ptr ptr)
 47 stdcall AtlAxGetControl(long ptr) atl100.AtlAxGetControl
 48 stdcall AtlAxGetHost(long ptr) atl100.AtlAxGetHost
 49 stub AtlRegisterClassCategoriesHelper




More information about the wine-cvs mailing list