WinWorkstation.st
changeset 3498 890cfcba79a5
parent 3497 2d43fa327c07
child 3499 619ebebcb0cc
--- a/WinWorkstation.st	Sat Sep 15 16:06:46 2001 +0200
+++ b/WinWorkstation.st	Sat Sep 15 16:21:39 2001 +0200
@@ -188,7 +188,7 @@
 
 #define _GCDATA(o)           ((struct gcData *)(__MKCP(o)))
 
-#define WIDECHAR unsigned char
+#define WIDECHAR unsigned short
 
 #ifdef LATER
   /* for multi-WIN display support, we need this as an instance var (as below)
@@ -13878,6 +13878,6 @@
 !WinWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.189 2001-09-15 14:06:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WinWorkstation.st,v 1.190 2001-09-15 14:21:39 cg Exp $'
 ! !
 WinWorkstation initialize!