Mercurial > hg > xemacs-beta
diff src/s/cygwin32.h @ 4858:e1d8b6b0c589
Define CYGWIN_HEADERS in s/cygwin32.h and s/mingw32.h instead of syswindows.h, so they're available everywhere
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Thu, 14 Jan 2010 02:21:17 -0600 |
parents | bde90bc762f2 |
children | 3889ef128488 308d34e9f07d |
line wrap: on
line diff
--- a/src/s/cygwin32.h Thu Jan 14 02:34:47 2010 -0600 +++ b/src/s/cygwin32.h Thu Jan 14 02:21:17 2010 -0600 @@ -47,6 +47,9 @@ /* Identify ourselves */ #define CYGWIN +/* We are using Cygwin-style headers in /usr/include, also used by MinGW */ +#define CYGWIN_HEADERS + /* cheesy way to determine cygwin version */ #ifndef NOT_C_CODE # include <signal.h>