Starting to remove windows.h includes from things.
This commit is contained in:
@@ -11,12 +11,19 @@
|
||||
|
||||
#include <gflags/gflags.h>
|
||||
|
||||
#include <cstdarg>
|
||||
#include <mutex>
|
||||
|
||||
#include "xenia/base/main.h"
|
||||
#include "xenia/base/math.h"
|
||||
#include "xenia/base/threading.h"
|
||||
|
||||
// For MessageBox:
|
||||
// TODO(benvanik): generic API? logging_win.cc?
|
||||
#if XE_PLATFORM_WIN32
|
||||
#include "xenia/base/platform_win.h"
|
||||
#endif // XE_PLATFORM_WIN32
|
||||
|
||||
DEFINE_bool(fast_stdout, false,
|
||||
"Don't lock around stdout/stderr. May introduce weirdness.");
|
||||
DEFINE_bool(flush_stdout, true, "Flush stdout after each log line.");
|
||||
|
||||
Reference in New Issue
Block a user