summaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r--src/include/port/win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 988c1c98ba7..3417ab5e95c 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -61,7 +61,7 @@
#ifdef _MSC_VER
#define PGDLLEXPORT __declspec (dllexport)
#else
-#define PGDLLEXPORT __declspec (dllimport)
+#define PGDLLEXPORT
#endif
#else /* not CYGWIN, not MSVC, not MingW */
#define PGDLLIMPORT