* winlean.h: Add temporary define.

* winsup.h: Remove ancient debugging defines.
This commit is contained in:
Christopher Faylor
2012-07-30 04:26:05 +00:00
parent d239805457
commit 413ce08289
3 changed files with 6 additions and 6 deletions

View File

@@ -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