Mercurial > hg > xemacs-beta
comparison src/syswindows.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 | 95c4ced5c07c |
children | 7822019c5d98 |
comparison
equal
deleted
inserted
replaced
4857:34ff4dd7397d | 4858:e1d8b6b0c589 |
---|---|
45 | 45 |
46 #ifndef WIN32_LEAN_AND_MEAN | 46 #ifndef WIN32_LEAN_AND_MEAN |
47 #define WIN32_LEAN_AND_MEAN | 47 #define WIN32_LEAN_AND_MEAN |
48 #endif | 48 #endif |
49 | 49 |
50 #if defined (CYGWIN) || defined (MINGW) | 50 #ifdef CYGWIN_HEADERS |
51 # define CYGWIN_HEADERS | |
52 # ifndef _WIN32_IE | 51 # ifndef _WIN32_IE |
53 # define _WIN32_IE 0x0400 | 52 # define _WIN32_IE 0x0400 |
54 # endif | 53 # endif |
55 | 54 |
56 BEGIN_C_DECLS | 55 BEGIN_C_DECLS |