move explorer and cmd. Add a few .rbuild files
[reactos.git] / reactos / base / shell / cmd / precomp.h
diff --git a/reactos/base/shell/cmd/precomp.h b/reactos/base/shell/cmd/precomp.h
new file mode 100644 (file)
index 0000000..3fd7e6b
--- /dev/null
@@ -0,0 +1,29 @@
+#ifdef _MSC_VER
+#pragma warning ( disable : 4103 ) /* use #pragma pack to change alignment */
+#undef _CRT_SECURE_NO_DEPRECATE
+#define _CRT_SECURE_NO_DEPRECATE
+#endif//_MSC_VER
+
+#include <stdlib.h>
+#define WIN32_NO_STATUS
+#include <windows.h>
+#include <winnt.h>
+#include <shellapi.h>
+
+#include <tchar.h>
+#include <direct.h>
+
+#include <ctype.h>
+#include <string.h>
+#include <stdio.h>
+#include <stdarg.h>
+#include <math.h>
+#include <time.h>
+
+#define NTOS_MODE_USER
+#include <ndk/ntndk.h>
+
+#include "cmd.h"
+#include "config.h"
+#include "batch.h"
+