Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4857:34ff4dd7397d | 4858:e1d8b6b0c589 |
---|---|
45 #include "win32-common.h" | 45 #include "win32-common.h" |
46 | 46 |
47 /* Identify ourselves */ | 47 /* Identify ourselves */ |
48 #define CYGWIN | 48 #define CYGWIN |
49 | 49 |
50 /* We are using Cygwin-style headers in /usr/include, also used by MinGW */ | |
51 #define CYGWIN_HEADERS | |
52 | |
50 /* cheesy way to determine cygwin version */ | 53 /* cheesy way to determine cygwin version */ |
51 #ifndef NOT_C_CODE | 54 #ifndef NOT_C_CODE |
52 # include <signal.h> | 55 # include <signal.h> |
53 # include <cygwin/version.h> | 56 # include <cygwin/version.h> |
54 | 57 |