[geos-commits] r3114 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Oct 15 11:19:27 EDT 2010


Author: mloskot
Date: 2010-10-15 08:19:27 -0700 (Fri, 15 Oct 2010)
New Revision: 3114

Modified:
   trunk/capi/geos_c.h.in
Log:
Missing DLL storage-class attributes for GEOSOrientationIndex

Modified: trunk/capi/geos_c.h.in
===================================================================
--- trunk/capi/geos_c.h.in	2010-10-15 14:55:22 UTC (rev 3113)
+++ trunk/capi/geos_c.h.in	2010-10-15 15:19:27 UTC (rev 3114)
@@ -969,9 +969,9 @@
  * On exceptions, return 2.
  *
  */
-extern int GEOSOrientationIndex(double Ax, double Ay, double Bx, double By,
+extern int GEOS_DLL GEOSOrientationIndex(double Ax, double Ay, double Bx, double By,
 	double Px, double Py);
-extern int GEOSOrientationIndex_r(GEOSContextHandle_t handle,
+extern int GEOS_DLL GEOSOrientationIndex_r(GEOSContextHandle_t handle,
 	double Ax, double Ay, double Bx, double By, double Px, double Py);
 
 



More information about the geos-commits mailing list