win32 changes
authorClaus Gittinger <cg@exept.de>
Thu, 21 Nov 1996 19:33:16 +0100
changeset 1989 92b10a0e8a51
parent 1988 42ab92116001
child 1990 210d9bf1e6b4
win32 changes
DirStr.st
DirectoryStream.st
--- a/DirStr.st	Thu Nov 21 19:32:45 1996 +0100
+++ b/DirStr.st	Thu Nov 21 19:33:16 1996 +0100
@@ -70,13 +70,14 @@
 # undef Point
 # undef Context
 # undef Rectangle
+# undef Block
 
-# include <h/sys/types.h> /* */
-# include <h/stdarg.h> /* */
-# include <h/windef.h> /* */
-# include <h/winbase.h> /* */
-# include <h/wingdi.h> /* */
-# include <h/winuser.h> /* */
+# include <types.h> /* */
+# include <stdarg.h> /* */
+# include <windef.h> /* */
+# include <winbase.h> /* */
+# include <wingdi.h> /* */
+# include <winuser.h> /* */
 
 # ifdef __DEF_Array
 #  define Array __DEF_Array
@@ -90,6 +91,9 @@
 # ifdef __DEF_Point
 #  define Point __DEF_Point
 # endif
+# ifdef __DEF_Block
+#  define Block __DEF_Block
+# endif
 # ifdef __DEF_Context
 #  define Context __DEF_Context
 # endif
@@ -615,5 +619,5 @@
 !DirectoryStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/DirStr.st,v 1.33 1996-10-02 11:31:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/DirStr.st,v 1.34 1996-11-21 18:33:16 cg Exp $'
 ! !
--- a/DirectoryStream.st	Thu Nov 21 19:32:45 1996 +0100
+++ b/DirectoryStream.st	Thu Nov 21 19:33:16 1996 +0100
@@ -70,13 +70,14 @@
 # undef Point
 # undef Context
 # undef Rectangle
+# undef Block
 
-# include <h/sys/types.h> /* */
-# include <h/stdarg.h> /* */
-# include <h/windef.h> /* */
-# include <h/winbase.h> /* */
-# include <h/wingdi.h> /* */
-# include <h/winuser.h> /* */
+# include <types.h> /* */
+# include <stdarg.h> /* */
+# include <windef.h> /* */
+# include <winbase.h> /* */
+# include <wingdi.h> /* */
+# include <winuser.h> /* */
 
 # ifdef __DEF_Array
 #  define Array __DEF_Array
@@ -90,6 +91,9 @@
 # ifdef __DEF_Point
 #  define Point __DEF_Point
 # endif
+# ifdef __DEF_Block
+#  define Block __DEF_Block
+# endif
 # ifdef __DEF_Context
 #  define Context __DEF_Context
 # endif
@@ -615,5 +619,5 @@
 !DirectoryStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.33 1996-10-02 11:31:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.34 1996-11-21 18:33:16 cg Exp $'
 ! !