1 Star 0 Fork 0

VincentWong800 / 05GridSample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
StdAfx.h 4.26 KB
一键复制 编辑 原始数据 按行查看 历史
VincentWong800 提交于 2021-06-17 00:58 . ...
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
// This file is a part of the XTREME TOOLKIT PRO MFC class library.
// (c)1998-2011 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF CODEJOCK SOFTWARE.
//
// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
// SINGLE COMPUTER.
//
// CONTACT INFORMATION:
// support@codejock.com
// http://www.codejock.com
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_STDAFX_H__4355BC84_2CB0_44EB_8826_83E81808A142__INCLUDED_)
#define AFX_STDAFX_H__4355BC84_2CB0_44EB_8826_83E81808A142__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#if _MSC_VER > 1200
// Modify the following defines if you have to target a platform prior to the ones specified below.
// Refer to MSDN for the latest info on corresponding values for different platforms.
#ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
#if _MSC_VER > 1500
#define WINVER 0x0500
#else
#define WINVER 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#endif
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
#if _MSC_VER > 1500
#define _WIN32_WINNT 0x0500
#else
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
#endif
#ifndef _WIN32_IE // Allow use of features specific to IE 4.0 or later.
#define _WIN32_IE 0x0600 // Change this to the appropriate value to target IE 5.0 or later.
#endif
#endif
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxdisp.h> // MFC Automation classes
#if _MSC_VER >= 1200 // MFC 6.0
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
#endif
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT
//#define _XTP_STATICLINK
#include <NtDDNdis.h>
//#include <comdef.h>
#include <WbemIdl.h>
#pragma comment(lib, "wbemuuid.lib")
#include <XTToolkitPro.h> // Codejock Software Components
#include <AboutDlg.h> // Sample About Dialog
#define VMPROTECT_DISABLE
#define WOW64_INCLUDE
#define EXCEPTION_LOGFILE
#define SELOGFILE TEXT("c:\\selogger.mdb")
#include "StackTracer/StackTracer.h"
#include "Common.h"
using namespace Output;
using namespace Common;
using namespace Undocument;
#include "exception/SeException.h"
#include "xml/xmls/XMLSerialization.h"
using namespace xmls;
using namespace ApplicationSettings;
#define USE_STATICTIME
#include "CStaticTime/StaticTime.h"
using namespace StaticTime;
#define USE_STATICCOUNTER
#include "CStaticCounterEx/StaticCounter.h"
using namespace StaticCounter;
#include "MemoryModule-master/MemoryModule.h"
//#include "TextProgressCtrl.h"
#include "GridItem/CustomItems.h"
using namespace CustomGridItem;
#include "GridItem/PropertyTreeEx.h"
#include "GridItem/PropertyGridEx.h"
#include "opensslhelper/openssl.h"
//#define USE_WINHTTP //Comment this line to user wininet.
#include "http/CrackedUrl.h"
//#include "boost/regex.hpp"
//#define EXCEPTION_LOGFILE
//#define SELOGFILE TEXT("c:\\selogger.mdb")
//#include "exception/SeException.h"
//#include "YExcel/BasicExcel.hpp"
#include "ExcelEx/excel.h"
#include "ExcelEx/ExcelEx.h"
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__4355BC84_2CB0_44EB_8826_83E81808A142__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vincentwong800/05GridSample.git
git@gitee.com:vincentwong800/05GridSample.git
vincentwong800
05GridSample
05GridSample
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891