* sigproc.cc: Add include file for proper definitions.

* spawn.cc: Ditto.
* winsup.h: Define cfree to avoid newlib pollution.
This commit is contained in:
Christopher Faylor
2000-09-06 21:03:10 +00:00
parent 8a8c59b9c2
commit 8dec7b0379
4 changed files with 10 additions and 1 deletions

View File

@@ -56,6 +56,8 @@ __asm__ __volatile__(
return __res;
}
#define cfree newlib_cfree_dont_use
#define WIN32_LEAN_AND_MEAN 1
#define _WINGDI_H
#define _WINUSER_H