8000
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 ff7e5b4 commit 6e9876dCopy full SHA for 6e9876d
src/include/port/cygwin.h
@@ -9,10 +9,6 @@
9
#undef HAVE_UNIX_SOCKETS
10
#endif
11
12
-#if __GNUC__ && ! defined (__declspec)
13
-#error You need egcs 1.1 or newer for compiling!
14
-#endif
15
-
16
#ifdef BUILDING_DLL
17
#define PGDLLIMPORT __declspec (dllexport)
18
#else
src/include/port/win32.h
@@ -68,10 +68,6 @@
68
/* defines for dynamic linking on Win32 platform */
69
#if defined(WIN32) || defined(__CYGWIN__)
70
71
72
73
74
75
76
77
#else /* not BUILDING_DLL */
0 commit comments