You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
467 B
15 lines
467 B
Index: config_f.h |
|
--- config_f.h.orig 2016-09-03 10:17:32.579480000 +0200 |
|
+++ config_f.h 2016-09-03 10:18:26.309465901 +0200 |
|
@@ -51,9 +51,9 @@ |
|
* Allows proper function in multibyte encodings like UTF-8 |
|
*/ |
|
#if defined (SHORT_STRINGS) && defined (NLS) && !defined (WINNT_NATIVE) && !defined(_OSD_POSIX) && SIZEOF_WCHAR_T > 1 |
|
-# define WIDE_STRINGS |
|
+# undef WIDE_STRINGS |
|
# if SIZEOF_WCHAR_T < 4 |
|
-# define UTF16_STRINGS |
|
+# undef UTF16_STRINGS |
|
# endif |
|
#endif |
|
|
|
|