summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-05-14 22:57:52 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-05-14 22:57:52 +0000
commit530c25130fb561a1260d32b756d008385d7e5a69 (patch)
tree318db0e5294d9baceeff060df29f2ac47626ffb4 /apps/plugin.h
parent759cfece4bb96547f34bf52ceffd0412599d6362 (diff)
downloadrockbox-530c25130fb561a1260d32b756d008385d7e5a69.tar.gz
rockbox-530c25130fb561a1260d32b756d008385d7e5a69.zip
Make the sim buildable with mingw again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 584c146b94..5aaa6380b7 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -737,7 +737,7 @@ struct plugin_api {
737#endif 737#endif
738 738
739 /* misc */ 739 /* misc */
740#if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) 740#if !defined(SIMULATOR)
741 int* __errno; 741 int* __errno;
742#endif 742#endif
743 void (*srand)(unsigned int seed); 743 void (*srand)(unsigned int seed);