DragonNest/Server/ServiceMonitorEx/External/UltimateToolbox/include/UTDLL.h
Cussrro 47f7895977 Revert "修复编码问题"
This reverts commit 9e69c01767.
2024-12-21 10:04:04 +08:00

23 lines
763 B
C

// Version: 9.3
// Inclide the resource declarations
#include "OXMainRes.h"
#ifdef _DEBUG
#ifdef _UNICODE
#pragma message("Automatically linking with UTDU.lib - please make sure this file is built.")
#pragma comment(lib, "UTDU.lib")
#else // not unicode
#pragma message("Automatically linking with UTD.lib - please make sure this file is built.")
#pragma comment(lib, "UTD.lib")
#endif // _UNICODE
#else // RELEASE
#ifdef _UNICODE
#pragma message("Automatically linking with UTU.lib - please make sure this file is built.")
#pragma comment(lib, "UTU.lib")
#else // not unicode
#pragma message("Automatically linking with UT.lib - please make sure this file is built.")
#pragma comment(lib, "UT.lib")
#endif // _UNICODE
#endif // _DEBUG