aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-03-03 20:52:36 +0000
committerBruce Momjian <bruce@momjian.us>2006-03-03 20:52:36 +0000
commit502e9aefdcb3d60ca7e0e5007d74fe64f769a9e6 (patch)
treed7f8aa01795f19830083e2ce18d08ff67df8d66e /src
parentf4a4755734de59d6d1a04161d3316b3ce7d30eb6 (diff)
downloadpostgresql-502e9aefdcb3d60ca7e0e5007d74fe64f769a9e6.tar.gz
postgresql-502e9aefdcb3d60ca7e0e5007d74fe64f769a9e6.zip
Clarify macro layout for win32 IMPORT.
Diffstat (limited to 'src')
-rw-r--r--src/include/port/win32.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index 1823c2ef459..40c1365198d 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.50 2006/01/10 01:01:03 adunstan Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.51 2006/03/03 20:52:36 momjian Exp $ */
/* undefine and redefine after #include */
#undef mkdir
@@ -39,6 +39,7 @@
#else /* not BUILDING_DLL */
#define DLLIMPORT __declspec (dllimport)
#endif
+
#elif defined(WIN32_CLIENT_ONLY)
#if defined(_DLL)
@@ -46,6 +47,7 @@
#else /* not _DLL */
#define DLLIMPORT __declspec (dllimport)
#endif
+
#else /* not CYGWIN, not MSVC, not MingW */
#define DLLIMPORT