Browse CVS Repository
Contents of /enbanfukusyaya/EnbanKensa/win32/StdAfx.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
( as text)
Fri Apr 29 15:57:18 2005 UTC
(18 years, 11 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
// stdafx.h : 標準のシステム インクルード ファイル、 |
| 2 |
// または参照回数が多く、かつあまり変更されない |
| 3 |
// プロジェクト専用のインクルード ファイルを記述します。 |
| 4 |
// |
| 5 |
|
| 6 |
#if !defined(AFX_STDAFX_H__EA31C455_9A90_4471_96E9_2D4ABEDABF6A__INCLUDED_) |
| 7 |
#define AFX_STDAFX_H__EA31C455_9A90_4471_96E9_2D4ABEDABF6A__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 <afxdtctl.h> // MFC の Internet Explorer 4 コモン コントロール サポート |
| 18 |
#ifndef _AFX_NO_AFXCMN_SUPPORT |
| 19 |
#include <afxcmn.h> // MFC の Windows コモン コントロール サポート |
| 20 |
#endif // _AFX_NO_AFXCMN_SUPPORT |
| 21 |
|
| 22 |
|
| 23 |
//{{AFX_INSERT_LOCATION}} |
| 24 |
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。 |
| 25 |
|
| 26 |
#endif // !defined(AFX_STDAFX_H__EA31C455_9A90_4471_96E9_2D4ABEDABF6A__INCLUDED_) |
|