clusapi: Make clusapi.h C++ compatible.

This commit is contained in:
Francois Gouget 2007-02-07 23:48:29 +01:00 committed by Alexandre Julliard
parent a9446b9c5c
commit dc600ac53e
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@
#ifndef __WINE_CLUSAPI_H
#define __WINE_CLUSAPI_H
#ifdef __cplusplus
extern "C" {
#endif
DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, LPDWORD pdwClusterState);
#ifdef __cplusplus
}
#endif
#endif /* __WINE_CLUSAPI_H */