Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
jlib
Commits
59fb6edf
Commit
59fb6edf
authored
May 14, 2015
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change absolute path to relative path
parent
eeab63ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
global.h
global.h
+7
-7
No files found.
global.h
View file @
59fb6edf
#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 };
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment