Mercurial > vba-linux
view src/win32/stdafx.h @ 8:08a8e09ca414
add files required by automake
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:54:39 -0600 |
parents | f9f4f1b99eed |
children |
line wrap: on
line source
1 // stdafx.h : include file for standard system include files,2 // or project specific include files that are used frequently, but3 // are changed infrequently4 //6 // some build target defines:8 #ifndef _WIN32_WINDOWS9 ///# define _WIN32_WINDOWS 0x0410 // Windows 98 +10 # define _WIN32_WINDOWS 0x0500 // Windows NT +11 ///# define _WIN32_WINDOWS 0x0501 // Windows XP +12 #endif14 #ifndef _WIN32_WINNT15 ///# define _WIN32_WINNT 0x0410 // Windows 98 +16 # define _WIN32_WINNT 0x0500 // Windows NT +17 ///# define _WIN32_WINNT 0x0501 // Windows XP +18 #endif20 #ifndef WINVER21 ///# define WINVER 0x0410 // Windows 98 +22 # define WINVER 0x0500 // Windows NT +23 ///# define WINVER 0x0501 // Windows XP +24 #endif26 #if !defined(AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_)27 #define AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_29 #if _MSC_VER > 100030 #pragma once31 #endif // _MSC_VER > 100033 // Insert your headers here34 //#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers36 #include <afxwin.h>37 #include <afxcmn.h>38 #include <afxdlgs.h>40 #include "../Port.h"42 // TODO: reference additional headers your program requires here44 //{{AFX_INSERT_LOCATION}}45 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.47 #endif // !defined(AFX_STDAFX_H__A7126ECB_A234_4116_A7D0_BE50547E87F8__INCLUDED_)