ChangeSet ID: 21136 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/11/07 10:38:31
Modified files: dlls/atl : atl_main.c atl.spec
Log message: Vitaly Lipatov lav@etersoft.ru AtlAxWinInit dummy implementation.
Patch: http://cvs.winehq.org/patch.py?id=21136
Old revision New revision Changes Path 1.15 1.16 +16 -0 wine/dlls/atl/atl_main.c 1.11 1.12 +1 -1 wine/dlls/atl/atl.spec
Index: wine/dlls/atl/atl_main.c diff -u -p wine/dlls/atl/atl_main.c:1.15 wine/dlls/atl/atl_main.c:1.16 --- wine/dlls/atl/atl_main.c:1.15 7 Nov 2005 16:38:31 -0000 +++ wine/dlls/atl/atl_main.c 7 Nov 2005 16:38:31 -0000 @@ -165,6 +165,22 @@ HRESULT WINAPI AtlModuleUnregisterServer return S_OK; }
+/*********************************************************************** + * AtlAxWinInit [ATL.@] + * Initializes the control-hosting code: registering the AtlAxWin7 and AtlAxWinLic7 window + * classes and some messages. + * + * RETURNS + * TRUE or FALSE + */ + +HRESULT WINAPI AtlAxWinInit(void) +{ + FIXME("Try use native atl.dll if possible\n"); + return E_FAIL; +} + + HRESULT WINAPI AtlInternalQueryInterface(LPVOID this, const _ATL_INTMAP_ENTRY* pEntries, REFIID iid, LPVOID* ppvObject) { int i = 0; Index: wine/dlls/atl/atl.spec diff -u -p wine/dlls/atl/atl.spec:1.11 wine/dlls/atl/atl.spec:1.12 --- wine/dlls/atl/atl.spec:1.11 7 Nov 2005 16:38:32 -0000 +++ wine/dlls/atl/atl.spec 7 Nov 2005 16:38:32 -0000 @@ -33,7 +33,7 @@ 39 stub AtlAxCreateControl 40 stub AtlAxCreateControlEx 41 stub AtlAxAttachControl -42 stub AtlAxWinInit +42 stdcall AtlAxWinInit() 43 stub AtlModuleAddCreateWndData 44 stub AtlModuleExtractCreateWndData 45 stub AtlModuleRegisterWndClassInfoW