[mapserver-commits] r7779 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Thu Jul 3 10:20:54 EDT 2008


Author: Assefa
Date: 2008-07-03 10:20:54 -0400 (Thu, 03 Jul 2008)
New Revision: 7779

Modified:
   trunk/mapserver/HISTORY.TXT
   trunk/mapserver/maptime.h
Log:
fix windows build problem (#2676)

Modified: trunk/mapserver/HISTORY.TXT
===================================================================
--- trunk/mapserver/HISTORY.TXT	2008-07-03 00:58:09 UTC (rev 7778)
+++ trunk/mapserver/HISTORY.TXT	2008-07-03 14:20:54 UTC (rev 7779)
@@ -9,9 +9,14 @@
 
 For a complete change history, please see the Subversion log comments.
 
-Version 5.2.0-beta3 (2008-07-02):
+Version 5.2.0-rc1 (2008-07-02):
 ---------------------------------
 
+- fix windows build problem (#2676) 
+
+Version 5.2.0-beta4 (2008-07-02):
+---------------------------------
+
 - Added support in configure script for pkg-config for fribidi2 (#2664)
 
 - Added more debug/tuning output to mapserv and shp2img at debug level 2 (#2673)

Modified: trunk/mapserver/maptime.h
===================================================================
--- trunk/mapserver/maptime.h	2008-07-03 00:58:09 UTC (rev 7778)
+++ trunk/mapserver/maptime.h	2008-07-03 14:20:54 UTC (rev 7779)
@@ -39,7 +39,7 @@
     long    tv_sec;         /* seconds */
     long    tv_usec;        /* and microseconds */
 };
-void msGettimeofday(struct mstimeval *t, void *__not_used_here__);
+MS_DLL_EXPORT void msGettimeofday(struct mstimeval *t, void *__not_used_here__);
 #else
 #  include <sys/time.h>     /* for gettimeofday() */
 #  define  mstimeval timeval



More information about the mapserver-commits mailing list