中国象棋控件
v2.0.13
载入中...
搜索中...
未找到
UI
ActiveX
stdafx.h
1
#pragma once
2
3
// stdafx.h : ϵͳļİļ
4
// Ǿʹõĵ
5
// ضĿİļ
6
7
#ifndef VC_EXTRALEAN
8
#define VC_EXTRALEAN
// Windows ͷųʹõ
9
#endif
10
11
#include "targetver.h"
12
13
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
// ijЩ CString 캯ʽ
14
#define _ATL_NO_AUTOMATIC_NAMESPACE
// Ƴͻ
15
16
#include <afxctl.h>
// ActiveX ؼ MFC ֧
17
#include <afxext.h>
// MFC չ
18
#ifndef _AFX_NO_OLE_SUPPORT
19
#include <afxdtctl.h>
// MFC Internet Explorer 4 ؼ֧
20
#endif
21
#ifndef _AFX_NO_AFXCMN_SUPPORT
22
#include <afxcmn.h>
// MFC Windows ؼ֧
23
#endif
// _AFX_NO_AFXCMN_SUPPORT
24
25
// ϣʹ MFC ݿ࣬
26
// ɾļ
27
#ifndef _WIN64
28
29
#ifndef _AFX_NO_DB_SUPPORT
30
#include <afxdb.h>
// MFC ODBC ݿ
31
#endif
// _AFX_NO_DB_SUPPORT
32
33
#ifndef _AFX_NO_DAO_SUPPORT
34
#include <afxdao.h>
// MFC DAO ݿ
35
#endif
// _AFX_NO_DAO_SUPPORT
36
37
#endif
// _WIN64
制作者
1.9.8