mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-05 14:32:15 +00:00
Windows debug functions only in native win32 mode
This commit is contained in:
parent
a6bf2d0928
commit
655269516d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user