From 07e8754e4d799e44678b595177e79e6eaa621268 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 18 Apr 2022 20:59:57 -0700 Subject: Changeset: 11 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