summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdafx.h')
-rwxr-xr-xstdafx.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/stdafx.h b/stdafx.h
new file mode 100755
index 0000000..a1c3545
--- /dev/null
+++ b/stdafx.h
@@ -0,0 +1,17 @@
1// stdafx.h : include file for standard system include files,
2// or project specific include files that are used frequently, but
3// are changed infrequently
4//
5
6#pragma once
7
8#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9// Windows Header Files:
10#include <windows.h>
11// C RunTime Header Files
12#include <stdlib.h>
13#include <malloc.h>
14#include <memory.h>
15#include <tchar.h>
16
17// TODO: reference additional headers your program requires here