60 lines
1.2 KiB
C
60 lines
1.2 KiB
C
|
|
#pragma once
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
|
|||
|
|
#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_ATTRIBUTES
|
|||
|
|
#define _AFX_ALL_WARNINGS
|
|||
|
|
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
|
|||
|
|
//MFC <20>ļ<EFBFBD>
|
|||
|
|
#include <AfxWin.h>
|
|||
|
|
#include <AfxExt.h>
|
|||
|
|
#include <AfxCmn.h>
|
|||
|
|
#include <AfxDisp.h>
|
|||
|
|
|
|||
|
|
//<2F><><EFBFBD><EFBFBD>ͷ<EFBFBD>ļ<EFBFBD>
|
|||
|
|
#include "..\<5C><>Ϣ<EFBFBD><CFA2><EFBFBD><EFBFBD>\CMD_Thirteen.h"
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////
|
|||
|
|
|
|||
|
|
//ϵͳ<CFB5><CDB3><EFBFBD><EFBFBD>
|
|||
|
|
|
|||
|
|
//ƽ̨<C6BD><CCA8><EFBFBD><EFBFBD>
|
|||
|
|
|
|||
|
|
#include "..\..\..\..\ϵͳģ<CDB3><C4A3>\<5C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>\<5C><>Ϸ<EFBFBD><CFB7><EFBFBD><EFBFBD>\GameServiceHead.h"
|
|||
|
|
|
|||
|
|
#ifndef _DEBUG
|
|||
|
|
#ifndef _UNICODE
|
|||
|
|
#pragma comment (lib,"../../../../ϵͳģ<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/KernelEngine.lib")
|
|||
|
|
#else
|
|||
|
|
#pragma comment (lib,"../../../../ϵͳģ<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/KernelEngine.lib")
|
|||
|
|
#endif
|
|||
|
|
#else
|
|||
|
|
#ifndef _UNICODE
|
|||
|
|
#pragma comment (lib,"../../../../ϵͳģ<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Ansi/KernelEngineD.lib")
|
|||
|
|
#else
|
|||
|
|
#pragma comment (lib,"../../../../ϵͳģ<EFBFBD><EFBFBD>/<EFBFBD><EFBFBD><EFBFBD>ӿ<EFBFBD>/Unicode/KernelEngineD.lib")
|
|||
|
|
#endif
|
|||
|
|
#endif
|