[C] Enabled wchar_t and utf-8 by default
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
option(FORT_HAVE_WCHAR "Enable wchar support" ON)
|
||||
option(FORT_HAVE_UTF8 "Enable UTF8 support" ON)
|
||||
option(FORT_TEST_BUILD "Export some internal symbols for tests" ON)
|
||||
|
||||
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#define THEN(...)
|
||||
#define SCENARIO(...)
|
||||
|
||||
#if defined(FT_CONGIG_HAVE_WCHAR)
|
||||
#if !defined(FT_CONGIG_DISABLE_WCHAR)
|
||||
#define FT_HAVE_WCHAR
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user