* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / cpl / main / main.h
index 7876ca5..6cff5cd 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _MAIN_H
+#define _MAIN_H
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -61,4 +64,4 @@ PropSheetAddPage(HPROPSHEETPAGE hpage, LPARAM lParam);
 LONG APIENTRY
 MouseApplet(HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam);
 
-/* EOF */
+#endif /* _MAIN_H */