Francois Gouget : winapi_check: Update win32.api for acledit.dll, ctapi32. dll and inetcomm.dll.
Module: wine Branch: master Commit: 566b10a3308c37c1ab81e797451f485b3c5479a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=566b10a3308c37c1ab81e79745... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Feb 5 00:01:47 2008 +0100 winapi_check: Update win32.api for acledit.dll, ctapi32.dll and inetcomm.dll. --- tools/winapi/win32.api | 35 +++++++++++++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index 067ee40..55574f7 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -1,3 +1,11 @@ +%%acledit.dll + +%long + +HWND +LONG +WORD + %%activeds.dll %long @@ -860,6 +868,18 @@ int void +%%ctapi32.dll + +%long + +IS8 +IU16 + +%ptr + +IU8 * +IU16 * + %%d3d8.dll %long @@ -1954,6 +1974,21 @@ LPSTR LPCWSTR LPWSTR +%%inetcomm.dll + +%long + +DWORD +HRESULT + +%ptr + +IMimeAllocator ** +IMimeMessage ** +IMimeSecurity ** +IStream ** +IUnknown * + %%inseng.dll %long
participants (1)
-
Alexandre Julliard