Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ConvertUTF.h')
-rw-r--r--ConvertUTF.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConvertUTF.h b/ConvertUTF.h
index e264915..14d7b70 100644
--- a/ConvertUTF.h
+++ b/ConvertUTF.h
@@ -87,7 +87,7 @@
bit mask & shift operations.
------------------------------------------------------------------------ */
-typedef unsigned long UTF32; /* at least 32 bits */
+typedef unsigned int UTF32; /* at least 32 bits */
typedef unsigned short UTF16; /* at least 16 bits */
typedef unsigned char UTF8; /* typically 8 bits */
typedef unsigned char Boolean; /* 0 or 1 */