]> sourceware.org Git - newlib-cygwin.git/commitdiff
* debug.h: Allow some debug defines for use in header files.
authorChristopher Faylor <me@cgf.cx>
Thu, 24 Aug 2000 16:33:03 +0000 (16:33 +0000)
committerChristopher Faylor <me@cgf.cx>
Thu, 24 Aug 2000 16:33:03 +0000 (16:33 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/debug.cc

index 3e413e71811eb0b863bba7adefe4accf636aa951..685ff425ad79c7269bb6051b7f68ee945e066099 100644 (file)
@@ -1,3 +1,7 @@
+Thu Aug 24 12:30:17 2000  Christopher Faylor <cgf@cygnus.com>
+
+       * debug.h: Allow some debug defines for use in header files.
+
 Wed Aug 23 23:00:24 2000  Christopher Faylor <cgf@cygnus.com>
 
        * dcrt0.cc (dll_crt0_1): Move exception list and constructor stuff
index 050619b55deec1b4a2ed78610a71f4e8e9c04d55..e635c6918a623954d44f28133d64000359cb1a18 100644 (file)
@@ -6,7 +6,6 @@ This software is a copyrighted work licensed under the terms of the
 Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
 details. */
 
-#define NO_DEBUG_DEFINES
 #include "winsup.h"
 #include "exceptions.h"
 #include "sync.h"
@@ -14,6 +13,8 @@ details. */
 #include "pinfo.h"
 #include "perthread.h"
 
+#undef CloseHandle
+
 static muto NO_COPY *threadname_lock = NULL;
 #define lock_threadname() \
   do {if (threadname_lock) threadname_lock->acquire (INFINITE); } while (0)
This page took 0.035621 seconds and 5 git commands to generate.