* sigproc.cc: Add include file for proper definitions.
* spawn.cc: Ditto. * winsup.h: Define cfree to avoid newlib pollution.
This commit is contained in:
parent
8a8c59b9c2
commit
8dec7b0379
|
@ -1,3 +1,9 @@
|
|||
Wed Sep 6 16:56:38 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* sigproc.cc: Add include file for proper definitions.
|
||||
* spawn.cc: Ditto.
|
||||
* winsup.h: Define cfree to avoid newlib pollution.
|
||||
|
||||
Wed Sep 6 14:11:51 2000 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* Makefile.in (CFLAGS): Ensure that -MD is always added even when
|
||||
|
|
|
@ -20,6 +20,7 @@ details. */
|
|||
#include "sync.h"
|
||||
#include "sigproc.h"
|
||||
#include "pinfo.h"
|
||||
#include "cygheap.h"
|
||||
#include "child_info.h"
|
||||
#include "perthread.h"
|
||||
#include <assert.h>
|
||||
|
|
|
@ -25,9 +25,9 @@ details. */
|
|||
#include "dtable.h"
|
||||
#include "sync.h"
|
||||
#include "sigproc.h"
|
||||
#include "cygheap.h"
|
||||
#include "child_info.h"
|
||||
#include "pinfo.h"
|
||||
#include "cygheap.h"
|
||||
#include "perthread.h"
|
||||
|
||||
#define LINE_BUF_CHUNK (MAX_PATH * 2)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue