comparison 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
comparison
equal deleted inserted replaced
4857:34ff4dd7397d 4858:e1d8b6b0c589
24 /* See win32.c for info about the different Windows files in XEmacs. */ 24 /* See win32.c for info about the different Windows files in XEmacs. */
25 25
26 #include "win32-native.h" 26 #include "win32-native.h"
27 27
28 #define MINGW 28 #define MINGW
29
30 /* We are using Cygwin-style headers in /usr/include, also used by
31 Cygwin itself */
32 #define CYGWIN_HEADERS
29 33
30 #ifndef ORDINARY_LINK 34 #ifndef ORDINARY_LINK
31 #define ORDINARY_LINK 35 #define ORDINARY_LINK
32 #endif 36 #endif
33 37