Log引用目录修改
This commit is contained in:
parent
f768bbec4b
commit
6aec9ccacf
@ -1,5 +1,5 @@
|
||||
#include<hgl/filesystem/EnumFile.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
|
||||
#include<windows.h>
|
||||
#include<sys/types.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include<hgl/filesystem/EnumVolume.h>
|
||||
#include<hgl/type/BaseString.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
#include<windows.h>
|
||||
|
||||
namespace hgl
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include<hgl/platform/ExternalModule.h>
|
||||
#include<hgl/platform/Platform.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include<hgl/filesystem/FileSystem.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
#include<hgl/io/FileInputStream.h>
|
||||
#include<hgl/io/FileOutputStream.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include<hgl/io/FileAccess.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
#include<io.h>
|
||||
#include<share.h>
|
||||
#include<fcntl.h>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include<hgl/Logger.h>
|
||||
#include<hgl/log/Logger.h>
|
||||
#include<hgl/CodePage.h>
|
||||
#include<windows.h>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include<hgl/Logger.h>
|
||||
#include<hgl/log/Logger.h>
|
||||
#include<hgl/CodePage.h>
|
||||
#include<windows.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include<hgl/thread/Semaphore.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
|
||||
#include<wchar.h>
|
||||
#pragma warning(disable:4800) // int -> bool 性能损失警告
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include<hgl/thread/Thread.h>
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
|
||||
namespace hgl
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include<Windows.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#include<hgl/LogInfo.h>
|
||||
#include<hgl/log/LogInfo.h>
|
||||
#endif//_DEBUG
|
||||
|
||||
namespace hgl
|
||||
|
Loading…
x
Reference in New Issue
Block a user