Annotation of OpenXM_contrib2/windows/engine2000/StdAfx.h, Revision 1.1.1.1
1.1 noro 1: // stdafx.h : 標準のシステム インクルード ファイル、
2: // または参照回数が多く、かつあまり変更されない
3: // プロジェクト専用のインクルード ファイルを記述します。
4: //
5:
6: #if !defined(AFX_STDAFX_H__29069D45_E190_458B_8E23_CF7FB979E8B1__INCLUDED_)
7: #define AFX_STDAFX_H__29069D45_E190_458B_8E23_CF7FB979E8B1__INCLUDED_
8:
9: #if _MSC_VER > 1000
10: #pragma once
11: #endif // _MSC_VER > 1000
12:
13: #define VC_EXTRALEAN // Windows ヘッダーから殆ど使用されないスタッフを除外します。
14:
15: #include <afxwin.h> // MFC のコアおよび標準コンポーネント
16: #include <afxext.h> // MFC の拡張部分
17: #include <afxdisp.h> // MFC のオートメーション クラス
18: #include <afxdtctl.h> // MFC の Internet Explorer 4 コモン コントロール サポート
19: #ifndef _AFX_NO_AFXCMN_SUPPORT
20: #include <afxcmn.h> // MFC の Windows コモン コントロール サポート
21: #endif // _AFX_NO_AFXCMN_SUPPORT
22:
23:
24: //{{AFX_INSERT_LOCATION}}
25: // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
26:
27: #endif // !defined(AFX_STDAFX_H__29069D45_E190_458B_8E23_CF7FB979E8B1__INCLUDED_)
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>