home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 April / VPR0004A.BIN / OLS / SADKT100 / sadkt100.lzh / SrcAlml.lzh / StdAfx.h < prev    next >
C/C++ Source or Header  |  1999-12-31  |  941b  |  32 lines

  1. // stdafx.h : 標準のシステム インクルード ファイル、
  2. //            または参照回数が多く、かつあまり変更されない
  3. //            プロジェクト専用のインクルード ファイルを記述します。
  4.  
  5. #if !defined(AFX_STDAFX_H__783257E4_8BD0_11D3_8FFE_0090CC001E1E__INCLUDED_)
  6. #define AFX_STDAFX_H__783257E4_8BD0_11D3_8FFE_0090CC001E1E__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_APARTMENT_THREADED
  17.  
  18. #include <afxwin.h>
  19. #include <afxdisp.h>
  20. #include <afxdlgs.h>
  21.  
  22. #include <atlbase.h>
  23. // CComModule クラスから派生したクラスを使用して、オーバーライドする場合
  24. // _Module の名前は変更しないでください。
  25. extern CComModule _Module;
  26. #include <atlcom.h>
  27.  
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
  30.  
  31. #endif // !defined(AFX_STDAFX_H__783257E4_8BD0_11D3_8FFE_0090CC001E1E__INCLUDED)
  32.