Update of /cvsroot/smartwin/SmartWin/SmartNetwork
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv11474/SmartNetwork
Modified Files:
NetworkSystemHeaders.h
Log Message:
lowercase filenames
Index: NetworkSystemHeaders.h
===================================================================
RCS file: /cvsroot/smartwin/SmartWin/SmartNetwork/NetworkSystemHeaders.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- NetworkSystemHeaders.h 6 Jun 2006 14:35:51 -0000 1.4
+++ NetworkSystemHeaders.h 24 Dec 2006 17:12:52 -0000 1.5
@@ -42,8 +42,8 @@
#define NOMINMAX
#endif
-#include <WinSock2.h>
-#include <Ws2tcpip.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
// Autolinking to the required libraries
#ifndef WINCE
|