From 88cf5b307a4124789a59a1ca1c7fb38e0213b935 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 25 May 2009 12:00:13 +0000 Subject: Fix mingw & cygwin builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21075 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/rockaux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/lua/rockaux.c b/apps/plugins/lua/rockaux.c index 2213420ce2..11433f286f 100644 --- a/apps/plugins/lua/rockaux.c +++ b/apps/plugins/lua/rockaux.c @@ -22,7 +22,7 @@ #include "plugin.h" -#ifndef SIMULATOR +#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) int errno = 0; #endif -- cgit v1.2.3