51 lines
1.2 KiB
C
51 lines
1.2 KiB
C
|
|
#ifndef SERVICE_CORE_HEAD_FILE
|
|||
|
|
#define SERVICE_CORE_HEAD_FILE
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
|||
|
|
|
|||
|
|
//MFC <20>ļ<EFBFBD>
|
|||
|
|
#include <Nb30.h>
|
|||
|
|
#include <Afxmt.h>
|
|||
|
|
#include <AtlBase.h>
|
|||
|
|
|
|||
|
|
//ϵͳ<CFB5>ļ<EFBFBD>
|
|||
|
|
#include "..\..\ȫ<>ֶ<EFBFBD><D6B6><EFBFBD>\Platform.h"
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#ifndef SERVICE_CORE_CLASS
|
|||
|
|
#ifdef SERVICE_CORE_DLL
|
|||
|
|
#define SERVICE_CORE_CLASS _declspec(dllexport)
|
|||
|
|
#else
|
|||
|
|
#define SERVICE_CORE_CLASS _declspec(dllimport)
|
|||
|
|
#endif
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
//ģ<>鶨<EFBFBD><E9B6A8>
|
|||
|
|
#ifndef _DEBUG
|
|||
|
|
#define SERVICE_CORE_DLL_NAME TEXT("ServiceCore.dll") //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#else
|
|||
|
|
#define SERVICE_CORE_DLL_NAME TEXT("ServiceCoreD.dll") //<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
//<2F><><EFBFBD><EFBFBD><EFBFBD>ļ<EFBFBD>
|
|||
|
|
|
|||
|
|
#ifndef SERVICE_CORE_DLL
|
|||
|
|
#include "WHThread.h"
|
|||
|
|
#include "WHRegKey.h"
|
|||
|
|
#include "WHEncrypt.h"
|
|||
|
|
#include "WHService.h"
|
|||
|
|
#include "WHIniData.h"
|
|||
|
|
#include "WHDataQueue.h"
|
|||
|
|
#include "WHDataLocker.h"
|
|||
|
|
#include "WHCommandLine.h"
|
|||
|
|
#include "WHAllocationID.h"
|
|||
|
|
#endif
|
|||
|
|
|
|||
|
|
//////////////////////////////////////////////////////////////////////////////////
|
|||
|
|
|
|||
|
|
#endif
|