aboutsummaryrefslogtreecommitdiff
path: root/source/Macros.hpp
diff options
context:
space:
mode:
authorhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
committerhnOsmium0001 <[email protected]>2022-04-18 20:59:57 -0700
commit2a5234a512c19582d261a7ccb692fc634dcb74f0 (patch)
tree0f52925373115319a9ad7d03600e566c59a86566 /source/Macros.hpp
parentf77e73c01a15426bcc6e3d7fe5826d2a741fed38 (diff)
Migrate Material to Ires
Diffstat (limited to 'source/Macros.hpp')
-rw-r--r--source/Macros.hpp6
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