mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add URLs to document why DLLIMPORT is needed on Windows.
Per email from Craig Ringer
This commit is contained in:
parent
4ee5c40b06
commit
aa69670e42
@ -65,7 +65,13 @@
|
|||||||
|
|
||||||
#define USES_WINSOCK
|
#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__)
|
#if defined(WIN32) || defined(__CYGWIN__)
|
||||||
|
|
||||||
#ifdef BUILDING_DLL
|
#ifdef BUILDING_DLL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user