mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 16:30:52 +00:00
Remove outputDebugString, replace getComputerName
This commit is contained in:
@@ -53,7 +53,6 @@
|
||||
|
||||
#include <ripple/beast/core/LexicalCast.h>
|
||||
|
||||
#include <ripple/beast/core/SystemStats.h>
|
||||
#include <ripple/beast/core/SemanticVersion.h>
|
||||
|
||||
#if BEAST_MSVC
|
||||
@@ -166,28 +165,8 @@
|
||||
#include <ripple/beast/core/osx_ObjCHelpers.h>
|
||||
#endif
|
||||
|
||||
#if BEAST_ANDROID
|
||||
#include "native/android_JNIHelpers.h"
|
||||
#endif
|
||||
|
||||
#if BEAST_MAC || BEAST_IOS
|
||||
#include <ripple/beast/core/mac_SystemStats.mm>
|
||||
|
||||
#elif BEAST_WINDOWS
|
||||
#include <ripple/beast/core/win32_SystemStats.cpp>
|
||||
|
||||
#elif BEAST_LINUX
|
||||
#include <ripple/beast/core/linux_SystemStats.cpp>
|
||||
|
||||
#elif BEAST_BSD
|
||||
#include <ripple/beast/core/bsd_SystemStats.cpp>
|
||||
|
||||
#elif BEAST_ANDROID
|
||||
#include "native/android_Files.cpp"
|
||||
#include "native/android_Misc.cpp"
|
||||
#include "native/android_SystemStats.cpp"
|
||||
#include "native/android_Threads.cpp"
|
||||
|
||||
#endif
|
||||
|
||||
#include <ripple/beast/core/CurrentThreadName.cpp>
|
||||
|
||||
Reference in New Issue
Block a user