* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / syssetup / precomp.h
index 79b5f48..18fdf66 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _SYSSETUP_PCH_
+#define _SYSSETUP_PCH_
+
 #include <stdio.h>
 
 #define WIN32_NO_STATUS
@@ -17,3 +20,5 @@
 
 #include "globals.h"
 #include "resource.h"
+
+#endif /* _SYSSETUP_PCH_ */