Update of /cvsroot/monetdb/geom/src/monetdb5
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14904/geom/src/monetdb5

Modified Files:
        geom.mx 
Log Message:

ensure we proper dllimport/dllexport on Windows:
library-compilation/-definition (export) or -usage (import)
is indicated by macro "LIBGEOM", not "GEOM"


Index: geom.mx
===================================================================
RCS file: /cvsroot/monetdb/geom/src/monetdb5/geom.mx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- geom.mx     11 Jan 2008 10:35:54 -0000      1.12
+++ geom.mx     21 Jan 2008 10:29:27 -0000      1.13
@@ -255,7 +255,7 @@
 #include "libgeom.h"
 
 #ifdef WIN32
-#ifndef GEOM
+#ifndef LIBGEOM
 #define geom_export extern __declspec(dllimport)
 #else
 #define geom_export extern __declspec(dllexport)


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to