-
Notifications
You must be signed in to change notification settings - Fork 5
/
StdAfx.h
34 lines (28 loc) · 1.22 KB
/
StdAfx.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
//---------------------------------------------------
// stdafx.h : 標準のシステム インクルード ファイル、
// または参照回数が多く、かつあまり変更されない
// プロジェクト専用のインクルード ファイルを記述します。
//---------------------------------------------------
#if !defined(AFX_STDAFX_H__46E9D15F_F71C_4687_B78A_255288A66BB2__INCLUDED_)
#define AFX_STDAFX_H__46E9D15F_F71C_4687_B78A_255288A66BB2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define VC_EXTRALEAN // Windows ヘッダーから殆ど使用されないスタッフを除外します。
#include <afxwin.h> // MFC のコアおよび標準コンポーネント
#include <afxext.h> // MFC の拡張部分
#include <afxdtctl.h> // MFC の Internet Explorer 4 コモン コントロール サポート
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC の Windows コモン コントロール サポート
#endif // _AFX_NO_AFXCMN_SUPPORT
#include <afxtempl.h>
//#include <Commctrl.h>
#include <winuser.h>
#include <WINABLE.H>
#include <mmsystem.h>
#include <imm.h>
#include <Commctrl.h>
#include <math.h>
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_STDAFX_H__46E9D15F_F71C_4687_B78A_255288A66BB2__INCLUDED_)