From ba0d490b1c4b7e3c69fd6b07fcbb1917e0af75ee Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 7 Feb 2007 16:22:19 +0100 Subject: [PATCH] clusapi: Better match the PSDK types and fix the winapi_check warnings. This also makes the headers and implementation more consistent. --- include/clusapi.h | 2 +- tools/winapi/win32.api | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/include/clusapi.h b/include/clusapi.h index f79c150b4e5..0772b598d30 100644 --- a/include/clusapi.h +++ b/include/clusapi.h @@ -19,6 +19,6 @@ #ifndef __WINE_CLUSAPI_H #define __WINE_CLUSAPI_H -DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, DWORD *pdwClusterState); +DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, LPDWORD pdwClusterState); #endif /* __WINE_CLUSAPI_H */ diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index 3c36dcaa242..12c6d089ddd 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -443,6 +443,20 @@ ULONG * PCHAR PCSTR +%%clusapi.dll + +%long + +DWORD + +%ptr + +LPDWORD + +%wstr + +LPCWSTR + %%comcat.dll %long -- 2.11.4.GIT