diff options
Diffstat (limited to 'src/libjin/Common')
-rw-r--r-- | src/libjin/Common/je_utf8.cpp | 4 | ||||
-rw-r--r-- | src/libjin/Common/je_utf8.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libjin/Common/je_utf8.cpp b/src/libjin/Common/je_utf8.cpp index 012bf5e..bd7ce94 100644 --- a/src/libjin/Common/je_utf8.cpp +++ b/src/libjin/Common/je_utf8.cpp @@ -1,5 +1,5 @@ #include "../core/je_configuration.h" -#if LIBJIN_OS == LIBJIN_WINDOWS +#if jin_os == jin_os_windows #include "je_utf8.h" @@ -39,4 +39,4 @@ namespace JinEngine } // namespace JinEngine -#endif // LIBJIN_OS == LIBJIN_WINDOWS
\ No newline at end of file +#endif // jin_os == jin_os_windows
\ No newline at end of file diff --git a/src/libjin/Common/je_utf8.h b/src/libjin/Common/je_utf8.h index 72a11af..a11850c 100644 --- a/src/libjin/Common/je_utf8.h +++ b/src/libjin/Common/je_utf8.h @@ -2,7 +2,7 @@ #define __JE_COMMON_UTF8_H #include "../core/je_configuration.h" -#if LIBJIN_OS == LIBJIN_WINDOWS +#if jin_os == jin_os_windows #include <string> #include <windows.h> @@ -29,6 +29,6 @@ namespace JinEngine } // namespace JinEngine -#endif // LIBJIN_OS == LIBJIN_WINDOWS +#endif // jin_os == jin_os_windows #endif // __JE_COMMON_UTF8_H
\ No newline at end of file |