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/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 584c146..5aaa638 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -737,7 +737,7 @@ struct plugin_api { #endif /* misc */ -#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) +#if !defined(SIMULATOR) int* __errno; #endif void (*srand)(unsigned int seed); -- cgit v1.1