Code cleanup: removing config.h and cleaning up platform.h
This commit is contained in:
@@ -15,9 +15,9 @@
|
||||
#include "poly/string.h"
|
||||
|
||||
#define XE_OPTION_PROFILING 1
|
||||
#if XE_LIKE_WIN32
|
||||
#if XE_PLATFORM_WIN32
|
||||
#define XE_OPTION_PROFILING_UI 1
|
||||
#endif // XE_LIKE_WIN32
|
||||
#endif // XE_PLATFORM_WIN32
|
||||
|
||||
#if XE_OPTION_PROFILING
|
||||
// Pollutes the global namespace. Yuck.
|
||||
|
||||
Reference in New Issue
Block a user