* Makefile.common (CFLAGS_COMMON): Add temporary define to work around w32api

problem.

* cygwin/winlean.h: Define constant which will be needed eventually.  Remove
hack in favor of another hack.
* cygwin/lib/crt0.h: Use "winlean.h".
This commit is contained in:
Christopher Faylor
2012-07-30 04:43:22 +00:00
parent 413ce08289
commit 7d8b0c8447
5 changed files with 16 additions and 4 deletions

View File

@ -12,7 +12,7 @@ details. */
extern "C" {
#endif
#include <windows.h>
#include "winlean.h"
struct per_process;
typedef int (*MainFunc) (int argc, char *argv[], char **env);
int __stdcall _cygwin_crt0_common (MainFunc, struct per_process *);