Do not need include winsock here
authorStefan Vogel <sv@exept.de>
Mon, 11 Mar 2013 11:13:55 +0100
changeset 14848 f4e739421c34
parent 14847 099701a60f22
child 14849 a0421ab568c4
Do not need include winsock here
FileStream.st
--- a/FileStream.st	Mon Mar 11 10:48:07 2013 +0100
+++ b/FileStream.st	Mon Mar 11 11:13:55 2013 +0100
@@ -95,7 +95,6 @@
 # define WIN32_LEAN_AND_MEAN
 
 # include <windows.h>
-# include <winsock2.h> 
 
 # if 1 // defined(__MINGW64__)
 #  include <fcntl.h>
@@ -1705,11 +1704,11 @@
 !FileStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.153 2013-03-11 09:48:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.154 2013-03-11 10:13:55 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.153 2013-03-11 09:48:07 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/FileStream.st,v 1.154 2013-03-11 10:13:55 stefan Exp $'
 ! !
 
 FileStream initialize!