diff options
Diffstat (limited to 'stdafx.h')
-rw-r--r-- | stdafx.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h new file mode 100644 index 0000000..99add25 --- /dev/null +++ b/stdafx.h @@ -0,0 +1,18 @@ +// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#define _CRT_SECURE_NO_WARNINGS
+#pragma once
+
+#include "targetver.h"
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <tchar.h>
+#include <direct.h>
+#include <string.h>
+
+
+// TODO: reference additional headers your program requires here
|