Francois Gouget : ntdsapi: Update win32. api to fix the winapi_check warnings.
Module: wine Branch: master Commit: 65563fd0d0b45385a2aa9d68c49637cd1de50b45 URL: http://source.winehq.org/git/wine.git/?a=commit;h=65563fd0d0b45385a2aa9d68c4... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Feb 9 12:22:22 2007 +0100 ntdsapi: Update win32.api to fix the winapi_check warnings. --- tools/winapi/win32.api | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index 8ae0231..860e52a 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -2983,6 +2983,27 @@ PCWSTR PWSTR WCHAR * +%%ntdsapi.dll + +%long + +DWORD +USHORT + +%ptr + +DWORD * + +%str + +LPCSTR +LPSTR + +%wstr + +LPCWSTR +LPWSTR + %%odbc32.dll %long
participants (1)
-
Alexandre Julliard