Win32Handle.st
changeset 14644 e5f19ef20dcd
parent 13743 7d67cb4fb840
child 18011 deb0c3355881
--- a/Win32Handle.st	Thu Jan 10 12:34:14 2013 +0100
+++ b/Win32Handle.st	Thu Jan 10 12:43:30 2013 +0100
@@ -56,6 +56,7 @@
  */
 
 # undef INT
+# undef UINT
 # undef Array
 # undef Number
 # undef Method
@@ -153,7 +154,8 @@
 #  define Processor __DEF_Processor
 # endif
 
-# define INT int
+# define INT  STX_INT
+# define UINT STX_UINT
 
 typedef int (*intf)(int);
 
@@ -214,5 +216,5 @@
 !Win32Handle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.8 2011-09-29 11:19:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.9 2013-01-10 11:43:30 cg Exp $'
 ! !