StdAfx.h 919 B

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