[Greater-commits] r185 - trunk/GREAT-ER-DB/trunk/impl/postgresql

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 9 18:31:28 CEST 2011


Author: aheinecke
Date: 2011-06-09 18:31:27 +0200 (Thu, 09 Jun 2011)
New Revision: 185

Modified:
   trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h
   trunk/GREAT-ER-DB/trunk/impl/postgresql/gdaexplib_pg.h
Log:
Fix importing on systems other then Windows


Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h	2011-06-09 16:30:09 UTC (rev 184)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h	2011-06-09 16:31:27 UTC (rev 185)
@@ -37,6 +37,8 @@
    /* We are using this library */
 #  if defined(WIN32)
 #   define DAGREATER_PG_EXPORT __declspec(dllimport)
+#  else
+#   define GDAGREATER_PG_EXPORT
 #  endif
 # endif
 #endif

Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/gdaexplib_pg.h
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/gdaexplib_pg.h	2011-06-09 16:30:09 UTC (rev 184)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/gdaexplib_pg.h	2011-06-09 16:31:27 UTC (rev 185)
@@ -37,6 +37,8 @@
    /* We are using this library */
 #  if defined(WIN32)
 #   define GDAGREATER_PG_EXPORT __declspec(dllimport)
+#  else
+#   define GDAGREATER_PG_EXPORT
 #  endif
 # endif
 #endif



More information about the Greater-commits mailing list