[mapserver-commits] r10694 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Sat Oct 30 05:55:29 EDT 2010


Author: rouault
Date: 2010-10-30 02:55:29 -0700 (Sat, 30 Oct 2010)
New Revision: 10694

Modified:
   trunk/mapserver/nmake.opt
Log:
Define -DNEED_STRLCPY in nmake.opt to hopefully unbreak windows compilation

Modified: trunk/mapserver/nmake.opt
===================================================================
--- trunk/mapserver/nmake.opt	2010-10-30 00:14:26 UTC (rev 10693)
+++ trunk/mapserver/nmake.opt	2010-10-30 09:55:29 UTC (rev 10694)
@@ -136,7 +136,7 @@
 # following line to reflect the missing functions on your platform.
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #STRINGS=-DNEED_STRCASECMP -DNEED_STRNCASECMP -DNEED_STRDUP
-STRINGS=-DNEED_STRCASECMP -DNEED_STRNCASECMP -DNEED_STRLCAT -DNEED_STRRSTR -DNEED_STRCASESTR
+STRINGS=-DNEED_STRCASECMP -DNEED_STRNCASECMP -DNEED_STRLCAT -DNEED_STRRSTR -DNEED_STRCASESTR -DNEED_STRLCPY
 
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 # Threading



More information about the mapserver-commits mailing list