72 lines
1.6 KiB
C
72 lines
1.6 KiB
C
|
|
#pragma once
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//MFC <20>ļ<EFBFBD>
|
|||
|
|
|
|||
|
|
#ifndef VC_EXTRALEAN
|
|||
|
|
#define VC_EXTRALEAN
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
#ifndef WINVER
|
|||
|
|
#define WINVER 0x0501
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
#ifndef _WIN32_WINNT
|
|||
|
|
#define _WIN32_WINNT 0x0501
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
#ifndef _WIN32_WINDOWS
|
|||
|
|
#define _WIN32_WINDOWS 0x0410
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
#ifndef _WIN32_IE
|
|||
|
|
#define _WIN32_IE 0x0400
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
|
|||
|
|
|
|||
|
|
#define _AFX_ALL_WARNINGS
|
|||
|
|
|
|||
|
|
#include <AfxWin.h>
|
|||
|
|
#include <AfxExt.h>
|
|||
|
|
#include <AfxDisp.h>
|
|||
|
|
#include <AfxDtctl.h>
|
|||
|
|
|
|||
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|||
|
|
#include <AfxCmn.h>
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
|||
|
|
|
|||
|
|
//ƽ̨<C6BD><CCA8><EFBFBD><EFBFBD>
|
|||
|
|
#include "..\..\ȫ<>ֶ<EFBFBD><D6B6><EFBFBD>\Platform.h"
|
|||
|
|
#include "..\..\<5C><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>\CMD_Correspond.h"
|
|||
|
|
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#include "..\..\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\ServiceCoreHead.h"
|
|||
|
|
#include "..\..\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\<5C>ں<EFBFBD><DABA><EFBFBD><EFBFBD><EFBFBD>\KernelEngineHead.h"
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//<2F><><EFBFBD>Ӵ<EFBFBD><D3B4><EFBFBD>
|
|||
|
|
|
|||
|
|
#ifndef _DEBUG
|
|||
|
|
#ifndef _UNICODE
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/ServiceCore.lib")
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/KernelEngine.lib")
|
|||
|
|
#else
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/ServiceCore.lib")
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/KernelEngine.lib")
|
|||
|
|
#endif
|
|||
|
|
#else
|
|||
|
|
#ifndef _UNICODE
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/ServiceCoreD.lib")
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/KernelEngineD.lib")
|
|||
|
|
#else
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/ServiceCoreD.lib")
|
|||
|
|
#pragma comment (lib,"../../<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/KernelEngineD.lib")
|
|||
|
|
#endif
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|