summaryrefslogtreecommitdiff
path: root/src/include/port/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/port/win32.h')
-rw-r--r--src/include/port/win32.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/port/win32.h b/src/include/port/win32.h
index a00ec897d2..b357663d63 100644
--- a/src/include/port/win32.h
+++ b/src/include/port/win32.h
@@ -68,10 +68,6 @@
/* defines for dynamic linking on Win32 platform */
#if defined(WIN32) || defined(__CYGWIN__)
-#if __GNUC__ && ! defined (__declspec)
-#error You need egcs 1.1 or newer for compiling!
-#endif
-
#ifdef BUILDING_DLL
#define PGDLLIMPORT __declspec (dllexport)
#else /* not BUILDING_DLL */