]> Git Repo - binutils.git/blobdiff - gdb/rdi-share/host.h
* sparcl-tdep.c: Use __CYGWIN__ instead of __CYGWIN32__.
[binutils.git] / gdb / rdi-share / host.h
index 2fdbf5f4541ce7017c3e0fad944cd840763abaa2..9944c15b7140742486aa0586a669a6f65a3fb1b9 100644 (file)
 #  define offsetof(T, member)  ((char *)&(((T *)0)->member) - (char *)0)
 #endif
 
-/* If under Cygwin, provide backwards compatibility with older
-   Cygwin compilers that don't define the current cpp define. */
-#ifdef __CYGWIN32__
-#ifndef __CYGWIN__
-#define __CYGWIN__
-#endif
-#endif
-
 /* A temporary sop to older compilers */
 #if defined (__NetBSD__) || defined (unix)
 #  ifndef __unix              /* (good for long-term portability?)  */
@@ -52,7 +44,7 @@
 #endif
 #if defined(_WIN32)
 #  define COMPILING_ON_WIN32    1
-#  if !defined(__CYGWIN32__)
+#  if !defined(__CYGWIN__)
 #    define COMPILING_ON_WINDOWS  1
 #  endif
 #endif
This page took 0.020465 seconds and 4 git commands to generate.