summaryrefslogtreecommitdiff
path: root/src/string_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_type.h')
-rw-r--r--src/string_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_type.h b/src/string_type.h
index ced1ab1de..623d74661 100644
--- a/src/string_type.h
+++ b/src/string_type.h
@@ -32,7 +32,7 @@ enum CharSetFilter {
};
/** Type for wide characters, i.e. non-UTF8 encoded unicode characters. */
-typedef uint32 WChar;
+typedef char32_t WChar;
/* The following are directional formatting codes used to get the LTR and RTL strings right:
* http://www.unicode.org/unicode/reports/tr9/#Directional_Formatting_Codes */