Commit 59fb6edf authored by captainwong's avatar captainwong

change absolute path to relative path

parent eeab63ef
#pragma once #pragma once
#include "C:/Global/utf8.h" #include "utf8.h"
#include "C:/Global/LocalLock.h" #include "LocalLock.h"
#include "C:/Global/mtverify.h" #include "mtverify.h"
#include "C:/Global/FileOper.h" #include "FileOper.h"
#include "C:/Global/Log.h" #include "Log.h"
#define LOG CLog::WriteLog #define LOG CLog::WriteLog
#define LOGA CLog::WriteLogA #define LOGA CLog::WriteLogA
#define LOGW CLog::WriteLogW #define LOGW CLog::WriteLogW
...@@ -22,8 +22,8 @@ public: ...@@ -22,8 +22,8 @@ public:
#define LOG_FUNCTION(func_name) LogFunction _log_function_object(func_name); #define LOG_FUNCTION(func_name) LogFunction _log_function_object(func_name);
#define AUTO_LOG_FUNCTION LOG_FUNCTION(__FUNCTION__) #define AUTO_LOG_FUNCTION LOG_FUNCTION(__FUNCTION__)
#include "C:/Global/MyWSAError.h" #include "MyWSAError.h"
#include "C:/Global/observer_macro.h" #include "observer_macro.h"
#define NAMESPACE_END }; #define NAMESPACE_END };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment