1 /*
2  * graphpcstdafx.h : include file for standard system include files,
3  * or project specific include files that are used frequently, but
4  * are changed infrequently
5  */
6 
7 #if !defined(AFX_STDAFX_H__07673644_BC3A_11D1_A088_0080C8775F8C__INCLUDED_)
8 #define AFX_STDAFX_H__07673644_BC3A_11D1_A088_0080C8775F8C__INCLUDED_
9 
10 #if _MSC_VER >= 1000
11 #pragma once
12 #endif // _MSC_VER >= 1000
13 
14 #define VC_EXTRALEAN		/* Exclude rarely-used stuff from Windows headers */
15 
16 #include <afxwin.h>         /* MFC core and standard components */
17 #include <afxext.h>         /* MFC extensions */
18 #include <afxrich.h>		/* Rich Edit extensions */
19 #ifndef _AFX_NO_AFXCMN_SUPPORT
20 #include <afxcmn.h>			/* MFC support for Windows Common Controls */
21 #endif // _AFX_NO_AFXCMN_SUPPORT
22 
23 
24 //{{AFX_INSERT_LOCATION}}
25 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
26 
27 #endif // !defined(AFX_STDAFX_H__07673644_BC3A_11D1_A088_0080C8775F8C__INCLUDED_)
28