Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/Win32/StdAfx.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Wed Apr 14 15:05:06 2004 UTC
(20 years ago)
by bananajinn
Branch: MAIN, vendor
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
| 1 |
// stdafx.h : 標準のシステム インクルード ファイル、 |
| 2 |
// または参照回数が多く、かつあまり変更されない |
| 3 |
// プロジェクト専用のインクルード ファイルを記述します。 |
| 4 |
// |
| 5 |
|
| 6 |
#if !defined(AFX_STDAFX_H__F7437381_6ED8_4BD5_9D2E_3BC898E6ADBF__INCLUDED_) |
| 7 |
#define AFX_STDAFX_H__F7437381_6ED8_4BD5_9D2E_3BC898E6ADBF__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__F7437381_6ED8_4BD5_9D2E_3BC898E6ADBF__INCLUDED_) |
|