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

clusapi: Make clusapi.h C++ compatible.

parent a9446b9c
......@@ -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 */
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