Fix UTF8 problem on non-linux systems
This commit is contained in:
parent
1ff0741538
commit
b8a01219bd
|
|
@ -195,6 +195,8 @@ clean::
|
|||
|
||||
#if defined UTF8_NLS_SUPPORT
|
||||
# define UTF8_NLS_SUPPORT_OPT -DUTF8_NLS_SUPPORT
|
||||
#else
|
||||
# define UTF8_NLS_SUPPORT_OPT /**/
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue