clusapi: Make clusapi.h C++ compatible.
This commit is contained in:
parent
a9446b9c5c
commit
dc600ac53e
|
@ -19,6 +19,14 @@
|
||||||
#ifndef __WINE_CLUSAPI_H
|
#ifndef __WINE_CLUSAPI_H
|
||||||
#define __WINE_CLUSAPI_H
|
#define __WINE_CLUSAPI_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, LPDWORD pdwClusterState);
|
DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, LPDWORD pdwClusterState);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __WINE_CLUSAPI_H */
|
#endif /* __WINE_CLUSAPI_H */
|
||||||
|
|
Loading…
Reference in New Issue