Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa69670

Browse files
committed
Add URLs to document why DLLIMPORT is needed on Windows.
Per email from Craig Ringer
1 parent 4ee5c40 commit aa69670

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/include/port/win32.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@
6565

6666
#define USES_WINSOCK
6767

68-
/* defines for dynamic linking on Win32 platform */
68+
/* defines for dynamic linking on Win32 platform
69+
*
70+
* http://support.microsoft.com/kb/132044
71+
* http://msdn.microsoft.com/en-us/library/8fskxacy(v=vs.80).aspx
72+
* http://msdn.microsoft.com/en-us/library/a90k134d(v=vs.80).aspx
73+
*/
74+
6975
#if defined(WIN32) || defined(__CYGWIN__)
7076

7177
#ifdef BUILDING_DLL

0 commit comments

Comments
 (0)