Skip to content

Commit 6e9876d

Browse files
committed
Remove checks for now long outdated compilers.
1 parent ff7e5b4 commit 6e9876d

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/include/port/cygwin.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
#undef HAVE_UNIX_SOCKETS
1010
#endif
1111

12-
#if __GNUC__ && ! defined (__declspec)
13-
#error You need egcs 1.1 or newer for compiling!
14-
#endif
15-
1612
#ifdef BUILDING_DLL
1713
#define PGDLLIMPORT __declspec (dllexport)
1814
#else

src/include/port/win32.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@
6868
/* defines for dynamic linking on Win32 platform */
6969
#if defined(WIN32) || defined(__CYGWIN__)
7070

71-
#if __GNUC__ && ! defined (__declspec)
72-
#error You need egcs 1.1 or newer for compiling!
73-
#endif
74-
7571
#ifdef BUILDING_DLL
7672
#define PGDLLIMPORT __declspec (dllexport)
7773
#else /* not BUILDING_DLL */

0 commit comments

Comments
 (0)