diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-22 22:55:55 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2017-06-22 22:55:55 -0700 |
commit | 1e5ff28a1234759c083e5ccda322ecd7883e9e69 (patch) | |
tree | 126e5c3db15ec8676623c4fc694768159bbfc7a1 /tests | |
parent | 0fff224d7287de8f52927179423fc499fcf2fbc1 (diff) |
Fixshort-wchar
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_short_wchar.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test_short_wchar.cpp b/tests/test_short_wchar.cpp index 2892495..7f9c9c9 100644 --- a/tests/test_short_wchar.cpp +++ b/tests/test_short_wchar.cpp @@ -1,7 +1,11 @@ #if defined(__GNUC__) && __WCHAR_MAX__ == 0xffff -#define PUGIXML_HEADER_ONLY +#undef PUGIXML_WCHAR_MODE #define PUGIXML_WCHAR_MODE + +#undef PUGIXML_NO_STL #define PUGIXML_NO_STL + +#define PUGIXML_HEADER_ONLY #define pugi pugisw #include "test.hpp" |