home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107B.BIN / DRIVER / CANOPUS / MVR32 / mvr32.exe / data1.cab / Development_Kit / Vc / Samples / Multi / StdAfx.h < prev   
C/C++ Source or Header  |  2001-02-09  |  1KB  |  31 lines

  1. // stdafx.h : 標準のシステム インクルード ファイル、
  2. //            または参照回数が多く、かつあまり変更されない
  3. //            プロジェクト専用のインクルード ファイルを記述します。
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__1318BB76_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)
  7. #define AFX_STDAFX_H__1318BB76_E5BF_11D3_A35D_00A02450E6BF__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__1318BB76_E5BF_11D3_A35D_00A02450E6BF__INCLUDED_)
  28.  
  29.  
  30. #include "MvrApiDef.h"
  31.