summaryrefslogtreecommitdiffstats
path: root/tools/SectorTable/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/SectorTable/stdafx.h')
-rw-r--r--tools/SectorTable/stdafx.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/SectorTable/stdafx.h b/tools/SectorTable/stdafx.h
new file mode 100644
index 0000000..ea18047
--- /dev/null
+++ b/tools/SectorTable/stdafx.h
@@ -0,0 +1,12 @@
+// 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
+#include <stdio.h>
+#include <tchar.h>
+
+// TODO: reference additional headers your program requires here