comparison src/win32/stdafx.h @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
comparison
equal deleted inserted replaced
0:8ced16adf2e1 1:f9f4f1b99eed
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 // some build target defines:
7
8 #ifndef _WIN32_WINDOWS
9 ///# define _WIN32_WINDOWS 0x0410 // Windows 98 +
10 # define _WIN32_WINDOWS 0x0500 // Windows NT +
11 ///# define _WIN32_WINDOWS 0x0501 // Windows XP +
12 #endif
13
14 #ifndef _WIN32_WINNT
15 ///# define _WIN32_WINNT 0x0410 // Windows 98 +
16 # define _WIN32_WINNT 0x0500 // Windows NT +
17 ///# define _WIN32_WINNT 0x0501 // Windows XP +
18 #endif
19
20 #ifndef WINVER
21 ///# define WINVER 0x0410 // Windows 98 +
22 # define WINVER 0x0500 // Windows NT +
23 ///# define WINVER 0x0501 // Windows XP +
24 #endif
25
26 #if !defined(AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_)
27 #define AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_
28
29 #if _MSC_VER > 1000
30 #pragma once
31 #endif // _MSC_VER > 1000
32
33 // Insert your headers here
34 //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
35
36 #include <afxwin.h>
37 #include <afxcmn.h>
38 #include <afxdlgs.h>
39
40 #include "../Port.h"
41
42 // TODO: reference additional headers your program requires here
43
44 //{{AFX_INSERT_LOCATION}}
45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
46
47 #endif // !defined(AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_)