aboutsummaryrefslogtreecommitdiff
path: root/tools/XprPack/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/XprPack/stdafx.h')
-rw-r--r--tools/XprPack/stdafx.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/XprPack/stdafx.h b/tools/XprPack/stdafx.h
new file mode 100644
index 0000000000..da1eb595a8
--- /dev/null
+++ b/tools/XprPack/stdafx.h
@@ -0,0 +1,15 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#pragma once
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+#define _WIN32_WINNT 0x500 // Win 2k/XP REQUIRED!
+#include <windows.h>
+
+#include <stdlib.h>
+#include <string.h>
+#include <stdio.h>
+#include <malloc.h>