[BACK]Return to StdAfx.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / winfep

File: [local] / OpenXM_contrib2 / windows / winfep / StdAfx.h (download)

Revision 1.1, Wed Jan 20 08:24:23 2010 UTC (14 years, 3 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, HEAD

Added winfep.

// stdafx.h : 標準のシステム インクルード ファイル、
//            または参照回数が多く、かつあまり変更されない
//            プロジェクト専用のインクルード ファイルを記述します。
//

#if !defined(AFX_STDAFX_H__8FD5CB40_959F_4BB0_8963_4B636CC70BC3__INCLUDED_)
#define AFX_STDAFX_H__8FD5CB40_959F_4BB0_8963_4B636CC70BC3__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#define VC_EXTRALEAN		// Windows ヘッダーから殆ど使用されないスタッフを除外します。

#include <afxwin.h>         // MFC のコアおよび標準コンポーネント
#include <afxext.h>         // MFC の拡張部分
#include <afxdisp.h>        // MFC のオートメーション クラス
#include <afxdtctl.h>		// MFC の Internet Explorer 4 コモン コントロール サポート
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h>			// MFC の Windows コモン コントロール サポート
#endif // _AFX_NO_AFXCMN_SUPPORT


//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。

#endif // !defined(AFX_STDAFX_H__8FD5CB40_959F_4BB0_8963_4B636CC70BC3__INCLUDED_)