diff options
author | Christopher Faylor <me@cgf.cx> | 2010-08-30 01:57:37 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2010-08-30 01:57:37 +0000 |
commit | 92117cb21f54115367528220dbb85bed8d7b72b4 (patch) | |
tree | 33bc5aea3bb9bd4f638268ad272406a3401bf43e /winsup/cygwin/automode.c | |
parent | 552bc28f4650ccd83757ebee28e24ca8237829e5 (diff) | |
download | cygnal-92117cb21f54115367528220dbb85bed8d7b72b4.tar.gz cygnal-92117cb21f54115367528220dbb85bed8d7b72b4.tar.bz2 cygnal-92117cb21f54115367528220dbb85bed8d7b72b4.zip |
* winlean.h: New file.
* automode.c: Use "winlean.h".
* binmode.c: Ditto.
* gmon.c: Ditto.
* textmode.c: Ditto.
* textreadmode.c: Ditto.
* winsup.h: Ditto.
* lib/cygwin_attach_dll.c: Ditto.
* lib/dll_main.cc: Ditto.
* profile.c: Ditto.
* crt0.c: Ditto. Cleanup ancient cruft. Add dummy calls to cygwin_premain*.
* include/sys/cygwin.h: Remove old stuff. Move premain declarations nearer to
other cygwin-specific function declarations.
* globals.cc: Add comment.
Diffstat (limited to 'winsup/cygwin/automode.c')
-rw-r--r-- | winsup/cygwin/automode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/automode.c b/winsup/cygwin/automode.c index f7cddfeec..64961fed0 100644 --- a/winsup/cygwin/automode.c +++ b/winsup/cygwin/automode.c @@ -8,7 +8,7 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#include <windows.h> +#include "winlean.h" #include <sys/fcntl.h> #include <sys/cygwin.h> |