DirectoryStream.st
changeset 1989 92b10a0e8a51
parent 1688 8a42db1eea60
child 2609 68abf045b637
equal deleted inserted replaced
1988:42ab92116001 1989:92b10a0e8a51
    68 # undef Number
    68 # undef Number
    69 # undef Method
    69 # undef Method
    70 # undef Point
    70 # undef Point
    71 # undef Context
    71 # undef Context
    72 # undef Rectangle
    72 # undef Rectangle
    73 
    73 # undef Block
    74 # include <h/sys/types.h> /* */
    74 
    75 # include <h/stdarg.h> /* */
    75 # include <types.h> /* */
    76 # include <h/windef.h> /* */
    76 # include <stdarg.h> /* */
    77 # include <h/winbase.h> /* */
    77 # include <windef.h> /* */
    78 # include <h/wingdi.h> /* */
    78 # include <winbase.h> /* */
    79 # include <h/winuser.h> /* */
    79 # include <wingdi.h> /* */
       
    80 # include <winuser.h> /* */
    80 
    81 
    81 # ifdef __DEF_Array
    82 # ifdef __DEF_Array
    82 #  define Array __DEF_Array
    83 #  define Array __DEF_Array
    83 # endif
    84 # endif
    84 # ifdef __DEF_Number
    85 # ifdef __DEF_Number
    87 # ifdef __DEF_Method
    88 # ifdef __DEF_Method
    88 #  define Method __DEF_Method
    89 #  define Method __DEF_Method
    89 # endif
    90 # endif
    90 # ifdef __DEF_Point
    91 # ifdef __DEF_Point
    91 #  define Point __DEF_Point
    92 #  define Point __DEF_Point
       
    93 # endif
       
    94 # ifdef __DEF_Block
       
    95 #  define Block __DEF_Block
    92 # endif
    96 # endif
    93 # ifdef __DEF_Context
    97 # ifdef __DEF_Context
    94 #  define Context __DEF_Context
    98 #  define Context __DEF_Context
    95 # endif
    99 # endif
    96 
   100 
   613 ! !
   617 ! !
   614 
   618 
   615 !DirectoryStream class methodsFor:'documentation'!
   619 !DirectoryStream class methodsFor:'documentation'!
   616 
   620 
   617 version
   621 version
   618     ^ '$Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.33 1996-10-02 11:31:50 cg Exp $'
   622     ^ '$Header: /cvs/stx/stx/libbasic/DirectoryStream.st,v 1.34 1996-11-21 18:33:16 cg Exp $'
   619 ! !
   623 ! !