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

Annotation of OpenXM_contrib2/windows/asir32gui/StdAfx.h, Revision 1.1

1.1     ! noro        1: // stdafx.h : 標準のシステム インクルード ファイル、
        !             2: //            または参照回数が多く、かつあまり変更されない
        !             3: //            プロジェクト専用のインクルード ファイルを記述します。
        !             4: //
        !             5:
        !             6: #define VC_EXTRALEAN           // Windows ヘッダーから殆ど使用されないスタッフを除外します。
        !             7:
        !             8: #include <afxwin.h>         // MFC の標準コンポーネント
        !             9: #include <afxext.h>         // MFC の拡張部分
        !            10: #include <htmlhelp.h>         // HTML help
        !            11:
        !            12: #ifndef _AFX_NO_AFXCMN_SUPPORT
        !            13: #include <afxcmn.h>                    // MFC の Windows 95 コモン コントロール サポート
        !            14: #endif // _AFX_NO_AFXCMN_SUPPORT
        !            15:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>