summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/stdio_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/stdio_compat.h')
-rw-r--r--apps/plugins/lib/stdio_compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/stdio_compat.h b/apps/plugins/lib/stdio_compat.h
index 27ccfcf521..aec72a6af5 100644
--- a/apps/plugins/lib/stdio_compat.h
+++ b/apps/plugins/lib/stdio_compat.h
@@ -42,7 +42,9 @@
42#define ferror _ferror_ 42#define ferror _ferror_
43#define feof _feof_ 43#define feof _feof_
44#define fprintf _fprintf_ 44#define fprintf _fprintf_
45#undef stdout
45#define stdout _stdout_ 46#define stdout _stdout_
47#undef stderr
46#define stderr _stderr_ 48#define stderr _stderr_
47 49
48typedef struct { 50typedef struct {