* winsup.h: Turn off DEBUGGING.
This commit is contained in:
parent
ace7360b45
commit
7af26e0cc0
|
@ -1,3 +1,7 @@
|
|||
2006-10-13 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* winsup.h: Turn off DEBUGGING.
|
||||
|
||||
2006-10-13 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* autoload.cc (Wow64DisableWow64FsRedirection): Define.
|
||||
|
|
|
@ -19,9 +19,6 @@ details. */
|
|||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#undef DEBUGGING
|
||||
#define DEBUGGING 1 /* CGF: FIXME: TEMPORARY */
|
||||
|
||||
#define __INSIDE_CYGWIN__
|
||||
|
||||
#define strlen __builtin_strlen
|
||||
|
|
Loading…
Reference in New Issue