SoundStream.st
changeset 753 5a323ea4ba4d
parent 752 c4176e236d83
child 788 5cf69ceb1166
equal deleted inserted replaced
752:c4176e236d83 753:5a323ea4ba4d
    89 # undef Block
    89 # undef Block
    90 # undef String
    90 # undef String
    91 # undef Message
    91 # undef Message
    92 # undef Object
    92 # undef Object
    93 # undef Context
    93 # undef Context
       
    94 # undef Time
       
    95 # undef Date
    94 
    96 
    95 /* # include <stdarg.h> /* */
    97 /* # include <stdarg.h> /* */
    96 # include <stdio.h> /* */
    98 # include <stdio.h> /* */
    97 # include <windows.h>
    99 # include <windows.h>
    98 
   100 
   155 #  define Object __DEF_Object
   157 #  define Object __DEF_Object
   156 # endif
   158 # endif
   157 # ifdef __DEF_Context
   159 # ifdef __DEF_Context
   158 #  define Context __DEF_Context
   160 #  define Context __DEF_Context
   159 # endif
   161 # endif
       
   162 # ifdef __DEF_Time
       
   163 #  define Time __DEF_Time
       
   164 # endif
       
   165 # ifdef __DEF_Date
       
   166 #  define Date __DEF_Date
       
   167 # endif
       
   168 
   160 # define INT int
   169 # define INT int
   161 
   170 
   162 #endif /* WIN32 */
   171 #endif /* WIN32 */
   163 
   172 
   164 %}
   173 %}
  2299 ! !
  2308 ! !
  2300 
  2309 
  2301 !SoundStream class methodsFor:'documentation'!
  2310 !SoundStream class methodsFor:'documentation'!
  2302 
  2311 
  2303 version
  2312 version
  2304 ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.44 1999-06-01 15:45:55 cg Exp $'! !
  2313 ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.45 1999-06-18 12:52:50 ps Exp $'! !
  2305 SoundStream initialize!
  2314 SoundStream initialize!