Fix compiling rostests
[reactos.git] / reactos / base / shell / cmd / precomp.h
index 0c27a62..b986fb6 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __CMD_PRECOMP_H
+#define __CMD_PRECOMP_H
+
 #ifdef _MSC_VER
 #pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */
 #undef _CRT_SECURE_NO_DEPRECATE
@@ -32,3 +35,4 @@
 
 #include <reactos/resource.h>
 
+#endif /* __CMD_PRECOMP_H */