diff options
Diffstat (limited to 'apps/plugin.h')
-rw-r--r-- | apps/plugin.h | 2 |
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); |