[MSCONFIG_NEW]
[reactos.git] / reactos / base / applications / msconfig_new / msconfig.h
index e5486f4..937acc0 100644 (file)
@@ -1,8 +1,16 @@
 #pragma once
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 extern BOOL bIsWindows;
 extern BOOL bIsOSVersionLessThanVista;
 
 extern HINSTANCE hInst;
 extern LPWSTR szAppName;
 extern HWND hMainWnd;
+
+#ifdef __cplusplus
+} // extern "C"
+#endif