From 2a5234a512c19582d261a7ccb692fc634dcb74f0 Mon Sep 17 00:00:00 2001 From: hnOsmium0001 Date: Mon, 18 Apr 2022 20:59:57 -0700 Subject: Migrate Material to Ires --- source/Macros.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'source/Macros.hpp') diff --git a/source/Macros.hpp b/source/Macros.hpp index 9f25cc4..b5d05fa 100644 --- a/source/Macros.hpp +++ b/source/Macros.hpp @@ -21,3 +21,9 @@ #else # define UNREACHABLE #endif + +#if _WIN32 +# define PLATFORM_PATH_STR "%ls" +#else +# define PLATFORM_PATH_STR "%s" +#endif -- cgit v1.2.3-70-g09d2