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

This also makes the headers and implementation more consistent.
This commit is contained in:
Francois Gouget 2007-02-07 16:22:19 +01:00 committed by Alexandre Julliard
parent 78c874f982
commit ba0d490b1c
2 changed files with 15 additions and 1 deletions

View file

@ -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 */

View file

@ -443,6 +443,20 @@ ULONG *
PCHAR
PCSTR
%%clusapi.dll
%long
DWORD
%ptr
LPDWORD
%wstr
LPCWSTR
%%comcat.dll
%long