diff options
author | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
commit | 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 (patch) | |
tree | f4740d59b561163b260f2f29467cfffdd92c4d9e /src/libjin/Common/utf8.cpp | |
parent | 36f7e3e5542f3cfee11b34ce497fcb877b3462bf (diff) |
*update
Diffstat (limited to 'src/libjin/Common/utf8.cpp')
-rw-r--r-- | src/libjin/Common/utf8.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/Common/utf8.cpp b/src/libjin/Common/utf8.cpp index bef6c85..8c05da8 100644 --- a/src/libjin/Common/utf8.cpp +++ b/src/libjin/Common/utf8.cpp @@ -1,5 +1,5 @@ #include "../modules.h" -#if JIN_OS == JIN_WINDOWS +#if LIBJIN_OS == LIBJIN_WINDOWS #include "utf8.h" @@ -39,4 +39,4 @@ namespace jin } // jin -#endif // JIN_OS == JIN_WINDOWS
\ No newline at end of file +#endif // LIBJIN_OS == LIBJIN_WINDOWS |