From 655269516d06a3f1935bf7b091b34f65909b3c9a Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 21 Nov 2004 08:11:20 +0000 Subject: [PATCH] Windows debug functions only in native win32 mode --- BasiliskII/src/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/include/debug.h b/BasiliskII/src/include/debug.h index 2e3bcc1a..0faaab08 100644 --- a/BasiliskII/src/include/debug.h +++ b/BasiliskII/src/include/debug.h @@ -21,7 +21,7 @@ #ifndef DEBUG_H #define DEBUG_H -#if defined(WIN32) +#if defined(WIN32) && !defined(__CYGWIN__) // Windows debugging goes where it's supposed to go #include