Commit ba0d490b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

This also makes the headers and implementation more consistent.
parent 78c874f9
...@@ -19,6 +19,6 @@ ...@@ -19,6 +19,6 @@
#ifndef __WINE_CLUSAPI_H #ifndef __WINE_CLUSAPI_H
#define __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 */ #endif /* __WINE_CLUSAPI_H */
...@@ -443,6 +443,20 @@ ULONG * ...@@ -443,6 +443,20 @@ ULONG *
PCHAR PCHAR
PCSTR PCSTR
%%clusapi.dll
%long
DWORD
%ptr
LPDWORD
%wstr
LPCWSTR
%%comcat.dll %%comcat.dll
%long %long
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment