* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.
* shared_info.h (CURR_SHARED_MAGIC): Update. * spawn.cc (spawn_guts): Avoid copying one line command line argument if it hasn't been filled out.
This commit is contained in:
@ -14,6 +14,12 @@ details. */
|
||||
#define __INSIDE_CYGWIN_NET__
|
||||
|
||||
#include "winsup.h"
|
||||
|
||||
/* unfortunately defined in windows header file but used in
|
||||
cygwin header files too */
|
||||
#undef NOERROR
|
||||
#undef DELETE
|
||||
|
||||
#include "miscfuncs.h"
|
||||
#include <ctype.h>
|
||||
#include <wchar.h>
|
||||
|
Reference in New Issue
Block a user