Updated with progress work.
[reactos.git] / rosapps / winfile / about.h
index fabcfb3..4dd6e6d 100644 (file)
 #ifndef __ABOUT_H__
 #define __ABOUT_H__
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 
 void ShowAboutBox(HWND hWnd);
 
 
+#ifdef __cplusplus
+};
+#endif
+
 #endif // __ABOUT_H__