From 530c25130fb561a1260d32b756d008385d7e5a69 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Fri, 14 May 2010 22:57:52 +0000 Subject: Make the sim buildable with mingw again git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lua/rockaux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lua') diff --git a/apps/plugins/lua/rockaux.c b/apps/plugins/lua/rockaux.c index ea95f23..1f832d4 100644 --- a/apps/plugins/lua/rockaux.c +++ b/apps/plugins/lua/rockaux.c @@ -24,7 +24,7 @@ #define _ROCKCONF_H_ /* Protect against unwanted include */ #include "lua.h" -#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) +#if !defined(SIMULATOR) int errno = 0; #endif -- cgit v1.1