Commit 0100f023 authored by captainwong's avatar captainwong

mv some platform features to win32.h

parent ad3ed40f
...@@ -2,17 +2,11 @@ ...@@ -2,17 +2,11 @@
#include <string> #include <string>
#include "utf8.h" #include "utf8.h"
#include "mtverify.h"
#include "FileOper.h"
#include "log.h" #include "log.h"
#include "chrono_wrapper.h" #include "chrono_wrapper.h"
#include "MyWSAError.h"
//#include "observer_macro.h"
#include "observer.h" #include "observer.h"
#include "micro_getter_setter.h" #include "micro_getter_setter.h"
//#include "micro_singleton.h"
#include "singleton.h" #include "singleton.h"
#include "win32.h"
#include "ping.h"
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "utf8.h" #include "utf8.h"
#include "mtverify.h"
#include "MyWSAError.h"
namespace utf8 { namespace utf8 {
......
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