You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/06 13:23:25 UTC

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

Author: mturk
Date: Tue Mar  6 12:23:25 2012
New Revision: 1297441

URL: http://svn.apache.org/viewvc?rev=1297441&view=rev
Log:
Presume MSVC defines ansi name for stat

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=1297441&r1=1297440&r2=1297441&view=diff
==============================================================================
--- tomcat/jk/trunk/native/common/jk_global.h (original)
+++ tomcat/jk/trunk/native/common/jk_global.h Tue Mar  6 12:23:25 2012
@@ -384,9 +384,6 @@ typedef int jk_sock_t;
 #define IS_VALID_SOCKET(s) ((s) > 0)
 #define JK_INVALID_SOCKET  (-1)
 #endif
-#if defined(_MSC_VER) && (_MSC_VER > 1200)
-#define stat  _stat
-#endif
 #ifdef NETWARE
 #ifdef __NOVELL_LIBC__
 #define MAX_PATH 511



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