12345678910111213141516171819202122232425 |
- // stdafx.h : 標準のシステムインクルードファイル、
- // Date 2006/05/17 Ver. 1.22 Psytec Inc.
- #if !defined(AFX_STDAFX_H__05D9C44A_1ABF_43AD_9D9B_64A4EF6F784D__INCLUDED_)
- #define AFX_STDAFX_H__05D9C44A_1ABF_43AD_9D9B_64A4EF6F784D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #pragma warning(disable : 4100) // 引数の未参照警告(コンパイラ警告レベル4)を無視
- #define VC_EXTRALEAN // Windows ヘッダーから殆ど使用されないスタッフを除外
- #include <afxwin.h> // MFC のコアおよび標準コンポーネント
- #include <afxext.h> // MFC の拡張部分
- #include <afxdtctl.h> // MFC の Internet Explorer 4 コモン コントロール サポート
- #include <afxole.h>
- #ifndef _AFX_NO_AFXCMN_SUPPORT
- #include <afxcmn.h> // MFC の Windows コモン コントロール サポート
- #endif // _AFX_NO_AFXCMN_SUPPORT
- //{{AFX_INSERT_LOCATION}}
- #endif // !defined(AFX_STDAFX_H__05D9C44A_1ABF_43AD_9D9B_64A4EF6F784D__INCLUDED_)
|