From 537006a7e8570469d10da7cb9faeee7640ffcc94aac5f79332ab3ffd0c66ad31 Mon Sep 17 00:00:00 2001 From: Victor Roman Archidona Date: Mon, 28 Jul 2014 10:57:13 +0000 Subject: [PATCH] Fixed macro checking for io.h header for windows --- ediv/src/stub/stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ediv/src/stub/stub.c b/ediv/src/stub/stub.c index 5b9cb18..80e12cb 100644 --- a/ediv/src/stub/stub.c +++ b/ediv/src/stub/stub.c @@ -20,7 +20,7 @@ #include -#ifndef __APPLE__ +#ifdef _WIN32 #include #endif