diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2009-12-24 23:17:13 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2009-12-24 23:17:13 +0000 |
commit | 4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e (patch) | |
tree | 11df9763cdf5699f2b728773679a43292cd2e300 /apps/plugin.c | |
parent | 3c3c2aab7496aa4d29f8a70c65c14c1cfe885f1b (diff) | |
download | rockbox-4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e.tar.gz rockbox-4a85eb7d9f7212bf2a0974fa42c2cb4f1790f99e.zip |
Fix windows sim builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24111 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 642ddff441..ab5ccf5a1b 100644 --- a/apps/plugin.c +++ b/apps/plugin.c | |||
@@ -681,7 +681,7 @@ static const struct plugin_api rockbox_api = { | |||
681 | viewportmanager_theme_enable, | 681 | viewportmanager_theme_enable, |
682 | viewportmanager_theme_undo, | 682 | viewportmanager_theme_undo, |
683 | #endif | 683 | #endif |
684 | #ifndef SIMULATOR | 684 | #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) |
685 | &errno | 685 | &errno |
686 | #endif | 686 | #endif |
687 | }; | 687 | }; |