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
0100f023
Commit
0100f023
authored
8 years ago
by
captainwong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mv some platform features to win32.h
parent
ad3ed40f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
global.h
global.h
+1
-7
win32.h
win32.h
+2
-0
No files found.
global.h
View file @
0100f023
...
...
@@ -2,17 +2,11 @@
#include <string>
#include "utf8.h"
#include "mtverify.h"
#include "FileOper.h"
#include "log.h"
#include "chrono_wrapper.h"
#include "MyWSAError.h"
//#include "observer_macro.h"
#include "observer.h"
#include "micro_getter_setter.h"
//#include "micro_singleton.h"
#include "singleton.h"
#include "win32.h"
#include "ping.h"
This diff is collapsed.
Click to expand it.
win32.h
View file @
0100f023
...
...
@@ -5,6 +5,8 @@
#include <string>
#include <vector>
#include "utf8.h"
#include "mtverify.h"
#include "MyWSAError.h"
namespace
utf8
{
...
...
This diff is collapsed.
Click to expand it.
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