Windows debug functions only in native win32 mode

This commit is contained in:
gbeauche 2004-11-21 08:11:20 +00:00
parent a6bf2d0928
commit 655269516d

View File

@ -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 <stdio.h>