summaryrefslogtreecommitdiff
path: root/stdafx.h
diff options
context:
space:
mode:
authorerdgeist <>2003-05-13 12:05:12 +0000
committererdgeist <>2003-05-13 12:05:12 +0000
commit866f0ad8030ea2ceea22a4d61e6ff0006546c3fa (patch)
tree54f3af1248bce246e1dd92b196b818271d21f2f6 /stdafx.h
Here we go
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