mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Fix UTF8 problem on non-linux systems
This commit is contained in:
parent
1ff0741538
commit
b8a01219bd
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue