From 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 8 Sep 2018 13:09:06 +0800 Subject: *update --- src/libjin/Common/utf8.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/libjin/Common/utf8.h') diff --git a/src/libjin/Common/utf8.h b/src/libjin/Common/utf8.h index f023e91..5985684 100644 --- a/src/libjin/Common/utf8.h +++ b/src/libjin/Common/utf8.h @@ -1,8 +1,8 @@ -#ifndef __JIN_COMMON_UTF8_H -#define __JIN_COMMON_UTF8_H +#ifndef __LIBJIN_COMMON_UTF8_H +#define __LIBJIN_COMMON_UTF8_H #include "../modules.h" -#if JIN_OS == JIN_WINDOWS +#if LIBJIN_OS == LIBJIN_WINDOWS #include #include @@ -27,5 +27,5 @@ namespace jin } // jin -#endif // JIN_OS == JIN_WINDOWS -#endif // __JIN_COMMON_UTF8_H \ No newline at end of file +#endif // LIBJIN_OS == LIBJIN_WINDOWS +#endif // __LIBJIN_COMMON_UTF8_H -- cgit v1.1-26-g67d0