From 4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 24 Dec 2009 23:17:13 +0000 Subject: Fix windows sim builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24111 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 7e63c85..c92fcef 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -860,7 +860,7 @@ struct plugin_api { struct viewport *viewport); void (*viewportmanager_theme_undo)(enum screen_type screen, bool force_redraw); #endif -#ifndef SIMULATOR +#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) int* __errno; #endif }; -- cgit v1.1