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 / Encode / StdAfx.h < prev    next >
C/C++ Source or Header  |  2001-02-09  |  556b  |  17 lines

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