summaryrefslogtreecommitdiff
path: root/Nt/386/include
diff options
context:
space:
mode:
authorCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
committerCharles Forsyth <charles.forsyth@gmail.com>2013-06-08 07:14:37 +0000
commit9f260b3b399e71fd86b7d17ee3303f06fbee8da5 (patch)
treec3a0d777aff6e710495e7c1b1702d7567f281714 /Nt/386/include
parentcc801e51faec0b896f3c9df979bf8fe9111b0cc2 (diff)
Rune from ushort to uint
Diffstat (limited to 'Nt/386/include')
-rwxr-xr-xNt/386/include/lib9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt/386/include/lib9.h b/Nt/386/include/lib9.h
index 85ec1b4c..ac261561 100755
--- a/Nt/386/include/lib9.h
+++ b/Nt/386/include/lib9.h
@@ -53,7 +53,7 @@ typedef unsigned int uint;
typedef unsigned long ulong;
typedef signed char schar;
typedef unsigned short ushort;
-typedef unsigned short Rune;
+typedef unsigned int Rune;
typedef __int64 vlong;
typedef unsigned __int64 uvlong;
typedef unsigned int u32int;