diff options
| author | Franklin Wei <git@fwei.tk> | 2017-12-24 12:58:33 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2017-12-24 12:58:33 -0500 |
| commit | 7ea37bb806a6faeb4e8f9b115f256735f089b169 (patch) | |
| tree | 9acdddadc58d2c92146a44485eb9a9f4de24f809 /apps/plugins/lib/stdio_compat.h | |
| parent | 6416d96fbc6946a0eee8ba29bb881fbf4dcbe607 (diff) | |
| download | rockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.zip rockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.tar.gz rockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.tar.bz2 rockbox-7ea37bb806a6faeb4e8f9b115f256735f089b169.tar.xz | |
fix red
Change-Id: Ib28cfd9037901c7b8bc9b2960ad2c1c9a1e25a69
Diffstat (limited to 'apps/plugins/lib/stdio_compat.h')
| -rw-r--r-- | apps/plugins/lib/stdio_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h index 27ccfcf..aec72a6 100644 --- a/apps/plugins/lib/stdio_compat.h +++ b/apps/plugins/lib/stdio_compat.h @@ -42,7 +42,9 @@ #define ferror _ferror_ #define feof _feof_ #define fprintf _fprintf_ +#undef stdout #define stdout _stdout_ +#undef stderr #define stderr _stderr_ typedef struct { |