Francois Gouget : clusapi: Better match the PSDK types and fix the winapi_check warnings.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Feb 7 16:00:19 CST 2007


Module: wine
Branch: master
Commit: ba0d490b1c4b7e3c69fd6b07fcbb1917e0af75ee
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ba0d490b1c4b7e3c69fd6b07fcbb1917e0af75ee

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Feb  7 16:22:19 2007 +0100

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 deletions(-)

diff --git a/include/clusapi.h b/include/clusapi.h
index f79c150..0772b59 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 3c36dca..12c6d08 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




More information about the wine-cvs mailing list