Win32Handle.st
changeset 14644 e5f19ef20dcd
parent 13743 7d67cb4fb840
child 18011 deb0c3355881
equal deleted inserted replaced
14643:11cc29aea34c 14644:e5f19ef20dcd
    54  * do not. Therefore, this is done here again.
    54  * do not. Therefore, this is done here again.
    55  * (it does not hurt)
    55  * (it does not hurt)
    56  */
    56  */
    57 
    57 
    58 # undef INT
    58 # undef INT
       
    59 # undef UINT
    59 # undef Array
    60 # undef Array
    60 # undef Number
    61 # undef Number
    61 # undef Method
    62 # undef Method
    62 # undef Point
    63 # undef Point
    63 # undef Rectangle
    64 # undef Rectangle
   151 # endif
   152 # endif
   152 # ifdef __DEF_Processor
   153 # ifdef __DEF_Processor
   153 #  define Processor __DEF_Processor
   154 #  define Processor __DEF_Processor
   154 # endif
   155 # endif
   155 
   156 
   156 # define INT int
   157 # define INT  STX_INT
       
   158 # define UINT STX_UINT
   157 
   159 
   158 typedef int (*intf)(int);
   160 typedef int (*intf)(int);
   159 
   161 
   160 #define _HANDLEVal(o)        (HANDLE)(__externalAddressVal(o))
   162 #define _HANDLEVal(o)        (HANDLE)(__externalAddressVal(o))
   161 
   163 
   212 ! !
   214 ! !
   213 
   215 
   214 !Win32Handle class methodsFor:'documentation'!
   216 !Win32Handle class methodsFor:'documentation'!
   215 
   217 
   216 version
   218 version
   217     ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.8 2011-09-29 11:19:00 cg Exp $'
   219     ^ '$Header: /cvs/stx/stx/libbasic/Win32Handle.st,v 1.9 2013-01-10 11:43:30 cg Exp $'
   218 ! !
   220 ! !