Fix name clashes with windows header files
authorStefan Vogel <sv@exept.de>
Wed, 14 Mar 2007 14:56:46 +0100
changeset 1853 b9c4a09bfc6a
parent 1852 4ff7ff5588e7
child 1854 3fc29dfe5091
Fix name clashes with windows header files
SoundStream.st
--- a/SoundStream.st	Wed Mar 07 17:59:39 2007 +0100
+++ b/SoundStream.st	Wed Mar 14 14:56:46 2007 +0100
@@ -128,6 +128,8 @@
 # undef Context
 # undef Time
 # undef Date
+# undef Process
+# undef Processor
 # undef Set
 # undef Signal
 # undef Delay
@@ -205,6 +207,12 @@
 # ifdef __DEF_Date
 #  define Date __DEF_Date
 # endif
+#ifdef __DEF_Process
+# define Process __DEF_Process
+#endif
+#ifdef __DEF_Processor
+# define Processor __DEF_Processor
+#endif
 #ifdef __DEF_Set
 # define Set __DEF_Set
 #endif
@@ -2687,7 +2695,7 @@
 !SoundStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.69 2007-01-24 15:12:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.70 2007-03-14 13:56:46 stefan Exp $'
 ! !
 
 SoundStream initialize!