summaryrefslogtreecommitdiff
path: root/src/include/port/cygwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/cygwin.h')
-rw-r--r--src/include/port/cygwin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/port/cygwin.h b/src/include/port/cygwin.h
index 6d46f0c774..cb88bc0890 100644
--- a/src/include/port/cygwin.h
+++ b/src/include/port/cygwin.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.7 2007/07/25 12:22:53 mha Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/cygwin.h,v 1.8 2010/05/27 07:59:48 itagaki Exp $ */
#include <cygwin/version.h>
@@ -17,5 +17,6 @@
#define PGDLLIMPORT __declspec (dllexport)
#else
#define PGDLLIMPORT __declspec (dllimport)
-
#endif
+
+#define PGDLLEXPORT __declspec (dllexport)