Patch from Yoshida Masato to fill in the missing pieces of Windows
[u/mdw/putty] / minibidi.c
index c0197a5..f2c68c4 100644 (file)
@@ -58,7 +58,7 @@ shapetypes[(xh)-SHAPE_FIRST].type : SU) /*))*/
 #define leastGreaterEven(x) ( ((x)+2) &~ 1 )
 
 typedef struct bidi_char {
-    wchar_t origwc, wc;
+    unsigned int origwc, wc;
     unsigned short index;
 } bidi_char;