// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #ifndef __STDAFX_H__ #define __STDAFX_H__ // Change these values to use different versions #define WINVER 0x0400 #define _WIN32_IE 0x0400 #define _RICHEDIT_VER 0x0100 #include #include extern CAppModule _Module; #include #endif // __STDAFX_H__