Skip to content
Snippets Groups Projects
Commit 6e9876dc authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Remove checks for now long outdated compilers.

parent ff7e5b48
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,6 @@
#undef HAVE_UNIX_SOCKETS
#endif
#if __GNUC__ && ! defined (__declspec)
#error You need egcs 1.1 or newer for compiling!
#endif
#ifdef BUILDING_DLL
#define PGDLLIMPORT __declspec (dllexport)
#else
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment