diff options
author | Christopher Faylor <me@cgf.cx> | 2012-07-30 04:26:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-07-30 04:26:05 +0000 |
commit | 413ce08289ece5d31539c79d5e079baff6e32bdc (patch) | |
tree | dbcc01dbb221f39431e5b2d5d4c7db8a19279b55 /winsup/cygwin | |
parent | d239805457f0dc790559b2173e943e5aebe90c4e (diff) | |
download | newlib-413ce08289ece5d31539c79d5e079baff6e32bdc.zip newlib-413ce08289ece5d31539c79d5e079baff6e32bdc.tar.gz newlib-413ce08289ece5d31539c79d5e079baff6e32bdc.tar.bz2 |
* winlean.h: Add temporary define.
* winsup.h: Remove ancient debugging defines.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/winlean.h | 1 | ||||
-rw-r--r-- | winsup/cygwin/winsup.h | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 915aa55..5374316 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2012-07-30 Christopher Faylor <me.cygwin2012@cgf.cx> + + * winlean.h: Add temporary define. + * winsup.h: Remove ancient debugging defines. + 2012-07-29 Christopher Faylor <me.cygwin2012@cgf.cx> * cygwait.cc (cancelable_wait): Add some debugging-only output. diff --git a/winsup/cygwin/winlean.h b/winsup/cygwin/winlean.h index 950bd1d..8779711 100644 --- a/winsup/cygwin/winlean.h +++ b/winsup/cygwin/winlean.h @@ -34,6 +34,7 @@ details. */ #define _WINMM_ #define WINIMPM #define WINSOCK_API_LINKAGE +#define _SDKDDKVER_H /* temporary until sdkddkver.h problems are worked out */ /* Windows headers define a couple of annoyingly intrusive macros for the sole purpose of inline documentation. Since they are defined without diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index 63495b8..fd6d690 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -9,12 +9,6 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#ifdef DEBUGIT -#define spf(a, b, c) small_printf (a, b, c) -#else -#define spf(a, b, c) do {} while (0) -#endif - #ifdef HAVE_CONFIG_H # include "config.h" #endif |