mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-15 11:27:35 +00:00
Windows debug functions only in native win32 mode
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user