added some development tools
[windows-sources.git] / developer / VC / WTL80 / Samples / Alpha / stdafx.h
blob2549ada7eb5fc976275b2c5f9bedfa58702b7267
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 //
6 #if !defined(AFX_STDAFX_H__D895E823_4E73_4C58_95DF_B988F909018A__INCLUDED_)
7 #define AFX_STDAFX_H__D895E823_4E73_4C58_95DF_B988F909018A__INCLUDED_
9 // Change these values to use different versions
10 #define WINVER 0x0500
11 #define _WIN32_WINNT 0x0501
12 #define _WIN32_IE 0x0501
13 #define _RICHEDIT_VER 0x0100
16 #include <atlbase.h>
17 #include <atlapp.h>
19 extern CAppModule _Module;
21 #include <atlwin.h>
23 //{{AFX_INSERT_LOCATION}}
24 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
26 #endif // !defined(AFX_STDAFX_H__D895E823_4E73_4C58_95DF_B988F909018A__INCLUDED_)