Mercurial > hg > xemacs-beta
diff src/s/mingw32.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 | ecf1ebac70d8 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/s/mingw32.h Thu Jan 14 02:34:47 2010 -0600 +++ b/src/s/mingw32.h Thu Jan 14 02:21:17 2010 -0600 @@ -27,6 +27,10 @@ #define MINGW +/* We are using Cygwin-style headers in /usr/include, also used by + Cygwin itself */ +#define CYGWIN_HEADERS + #ifndef ORDINARY_LINK #define ORDINARY_LINK #endif