We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee5c40 commit aa69670Copy full SHA for aa69670
src/include/port/win32.h
@@ -65,7 +65,13 @@
65
66
#define USES_WINSOCK
67
68
-/* defines for dynamic linking on Win32 platform */
+/* 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
+
75
#if defined(WIN32) || defined(__CYGWIN__)
76
77
#ifdef BUILDING_DLL
0 commit comments