You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ti...@apache.org on 2010/03/09 21:50:38 UTC

svn commit: r921118 - /tomcat/jk/trunk/native/common/jk_global.h

Author: timw
Date: Tue Mar  9 20:50:37 2010
New Revision: 921118

URL: http://svn.apache.org/viewvc?rev=921118&view=rev
Log:
Fixing build on Visual Studio 2008 - ordering of mstcpip.h and ws2tcpip.h includes is important.

Modified:
    tomcat/jk/trunk/native/common/jk_global.h

Modified: tomcat/jk/trunk/native/common/jk_global.h
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/common/jk_global.h?rev=921118&r1=921117&r2=921118&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_global.h (original)
+++ tomcat/jk/trunk/native/common/jk_global.h Tue Mar  9 20:50:37 2010
@@ -116,8 +116,8 @@ extern char *strdup(const char *str);
  */
 #include <winsock2.h>
 #include <mswsock.h>
-#include <ws2tcpip.h>
 #include <mstcpip.h>
+#include <ws2tcpip.h>
 #endif /* _WINDOWS_ */
 #ifdef _WINDOWS_
 #ifndef SIO_RCVALL



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org