[Greater-commits] r195 - trunk/GREAT-ER-DB/trunk/impl/postgresql
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jun 10 12:47:12 CEST 2011
Author: aheinecke
Date: 2011-06-10 12:47:12 +0200 (Fri, 10 Jun 2011)
New Revision: 195
Modified:
trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h
Log:
Fix typo in the linux codepath for the export macro definition
Modified: trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h
===================================================================
--- trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h 2011-06-10 10:08:08 UTC (rev 194)
+++ trunk/GREAT-ER-DB/trunk/impl/postgresql/daexplib_pg.h 2011-06-10 10:47:12 UTC (rev 195)
@@ -38,7 +38,7 @@
# if defined(WIN32)
# define DAGREATER_PG_EXPORT __declspec(dllimport)
# else
-# define GDAGREATER_PG_EXPORT
+# define DAGREATER_PG_EXPORT
# endif
# endif
#endif
More information about the Greater-commits
mailing list