comparison src/s/mingw32.h @ 5125:b5df3737028a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 01:58:04 -0600
parents e1d8b6b0c589
children 308d34e9f07d
comparison
equal deleted inserted replaced
5124:623d57b7fbe8 5125:b5df3737028a
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