Define __BASE_FILE__
This commit is contained in:
parent
29d886718c
commit
e9cf2d1e3d
@ -5,6 +5,9 @@
|
||||
#include "ExceptionSystem.hpp"
|
||||
#include "ResourceGuardWin32.hpp"
|
||||
|
||||
#undef __BASE_FILE__
|
||||
#define __BASE_FILE__ "FileMapper.hpp"
|
||||
|
||||
#if defined(UNICODE) || defined(_UNICODE)
|
||||
using String = std::wstring;
|
||||
#else
|
||||
|
||||
@ -3,6 +3,9 @@
|
||||
#include "ExceptionSystem.hpp"
|
||||
#include "ResourceGuard.hpp"
|
||||
|
||||
#undef __BASE_FILE__
|
||||
#define __BASE_FILE__ "Helper.cpp"
|
||||
|
||||
namespace Helper {
|
||||
|
||||
static Navicat11Crypto NavicatCipher("23970790", 8);
|
||||
|
||||
@ -4,6 +4,9 @@
|
||||
#include <sys/types.h>
|
||||
#include "NavicatCrypto.hpp"
|
||||
|
||||
#undef __BASE_FILE__
|
||||
#define __BASE_FILE__ "Helper.hpp"
|
||||
|
||||
namespace Helper {
|
||||
|
||||
extern Navicat11Crypto NavicatCipher;
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
#pragma comment(lib, "WS2_32.lib") // some symbol are used in OpenSSL static lib
|
||||
#pragma comment(lib, "Crypt32.lib") // some symbol are used in OpenSSL static lib
|
||||
|
||||
#undef __BASE_FILE__
|
||||
#define __BASE_FILE__ "RSACipher.hpp"
|
||||
|
||||
class RSACipher {
|
||||
public:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user