diff options
author | rtk0c <[email protected]> | 2022-04-18 20:59:57 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-04-18 20:59:57 -0700 |
commit | 07e8754e4d799e44678b595177e79e6eaa621268 (patch) | |
tree | 6d9d4470259776ef01e814191ba0440f83505933 /source/Macros.hpp | |
parent | 7f871b04470766f0f5266cf949b65a54b7a6f79e (diff) |
Changeset: 11 Migrate Material to Ires
Diffstat (limited to 'source/Macros.hpp')
-rw-r--r-- | source/Macros.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 |