Unbreak with libcxx
Index: MyGUIEngine/include/MyGUI_UString.h
--- MyGUIEngine/include/MyGUI_UString.h.orig
+++ MyGUIEngine/include/MyGUI_UString.h
@@ -154,10 +154,10 @@ namespace MyGUI
 		static const size_type npos = static_cast<size_type>(~0);
 
 		//! a single 32-bit Unicode character
-		using unicode_char = uint32;
+		using unicode_char = char32_t;
 
 		//! a single UTF-16 code point
-		using code_point = uint16;
+		using code_point = char16_t;
 
 		//! value type typedef for use in iterators
 		using value_type = code_point;
