From aa69670e4296321b51251d34e9bd2c4bc17aab75 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Nov 2012 15:01:18 -0500 Subject: [PATCH] Add URLs to document why DLLIMPORT is needed on Windows. Per email from Craig Ringer --- src/include/port/win32.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/include/port/win32.h b/src/include/port/win32.h index b357663d63..7d05913312 100644 --- a/src/include/port/win32.h +++ b/src/include/port/win32.h @@ -65,7 +65,13 @@ #define USES_WINSOCK -/* defines for dynamic linking on Win32 platform */ +/* defines for dynamic linking on Win32 platform + * + * http://support.microsoft.com/kb/132044 + * http://msdn.microsoft.com/en-us/library/8fskxacy(v=vs.80).aspx + * http://msdn.microsoft.com/en-us/library/a90k134d(v=vs.80).aspx + */ + #if defined(WIN32) || defined(__CYGWIN__) #ifdef BUILDING_DLL -- 2.40.0