[MSGINA] Implement ShellDimScreen. CORE-11422
[reactos.git] / reactos / dll / win32 / msgina / msgina.h
index 97deda1..e9d1935 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef _MSGINA_H
 #define _MSGINA_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -125,4 +129,8 @@ CreateProfile(
     IN PWSTR Domain,
     IN PWSTR Password);
 
+#ifdef __cplusplus
+} // extern "C"
+#endif
+
 #endif /* _MSGINA_H */