Win32OperatingSystem.st
changeset 8173 a9bf47d88fa6
parent 8172 14f6383d7da0
child 8174 299fb336ad5b
--- a/Win32OperatingSystem.st	Fri Mar 12 15:32:53 2004 +0100
+++ b/Win32OperatingSystem.st	Fri Mar 12 15:35:09 2004 +0100
@@ -74,6 +74,11 @@
  */
 #define WINVER  0x0400
 
+#if WINVER <= 0x0400
+# define NO_GETADAPTERSINFO
+#endif
+
+
 /*
  * if DO_WRAP_CALLS is not defined, API-calls are performed directly
  * if it is, they are performed by another thread.
@@ -186,9 +191,6 @@
 # undef Signal
 # undef Delay
 
-/* # define NO_GETADAPTERSINFO
-*/
-
 # include <stdarg.h> /* */
 # ifndef WINDOWS_H_INCLUDED
 #  define WINDOWS_H_INCLUDED
@@ -9006,7 +9008,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.149 2004-03-12 14:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.150 2004-03-12 14:35:09 cg Exp $'
 ! !
 
 !Win32OperatingSystem::Win32FILEHandle methodsFor:'release'!
@@ -9033,7 +9035,7 @@
 !
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.149 2004-03-12 14:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.150 2004-03-12 14:35:09 cg Exp $'
 ! !
 
 !Win32OperatingSystem::Win32Handle methodsFor:'io'!
@@ -9412,7 +9414,7 @@
 !Win32OperatingSystem class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.149 2004-03-12 14:32:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Win32OperatingSystem.st,v 1.150 2004-03-12 14:35:09 cg Exp $'
 ! !
 
 Win32OperatingSystem initialize!