diff --git a/reactos/dll/win32/atl/atl.c b/reactos/dll/win32/atl/atl.c index ccbeed1e921..79fbd9c206e 100644 --- a/reactos/dll/win32/atl/atl.c +++ b/reactos/dll/win32/atl/atl.c @@ -28,9 +28,9 @@ HINSTANCE atl_instance; typedef unsigned char cpp_bool; -static inline void *heap_alloc(size_t len) +static inline void* __WINE_ALLOC_SIZE(1) heap_alloc(size_t size) { - return HeapAlloc(GetProcessHeap(), 0, len); + return HeapAlloc(GetProcessHeap(), 0, size); } static inline BOOL heap_free(void *mem) diff --git a/reactos/dll/win32/atl/atl.spec b/reactos/dll/win32/atl/atl.spec index f31c1a6978b..d8004a2a0e5 100644 --- a/reactos/dll/win32/atl/atl.spec +++ b/reactos/dll/win32/atl/atl.spec @@ -8,7 +8,7 @@ 13 stdcall AtlMarshalPtrInProc(ptr ptr ptr) 14 stdcall AtlUnmarshalPtr(ptr ptr ptr) 15 stdcall AtlModuleGetClassObject(ptr ptr ptr ptr) -16 stdcall AtlModuleInit(ptr long long) +16 stdcall AtlModuleInit(ptr ptr long) 17 stdcall AtlModuleRegisterClassObjects(ptr long long) 18 stdcall AtlModuleRegisterServer(ptr long ptr) 19 stdcall AtlModuleRegisterTypeLib(ptr wstr) diff --git a/reactos/media/doc/README.WINE b/reactos/media/doc/README.WINE index d5d2b13129b..4c6d5af2062 100644 --- a/reactos/media/doc/README.WINE +++ b/reactos/media/doc/README.WINE @@ -45,7 +45,7 @@ reactos/dll/directx/wine/wined3d # Synced to WineStaging-1.9.4 reactos/dll/win32/activeds # Synced to WineStaging-1.9.11 reactos/dll/win32/actxprxy # Synced to WineStaging-1.9.11 reactos/dll/win32/advpack # Synced to WineStaging-1.9.11 -reactos/dll/win32/atl # Synced to WineStaging-1.9.16 +reactos/dll/win32/atl # Synced to WineStaging-2.2 reactos/dll/win32/atl80 # Synced to WineStaging-1.9.11 reactos/dll/win32/atl100 # Synced to WineStaging-1.9.11 reactos/dll/win32/avifil32 # Synced to WineStaging-1.9.23