summaryrefslogtreecommitdiff
path: root/src/main/c/commonbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/c/commonbase.h')
-rw-r--r--src/main/c/commonbase.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/c/commonbase.h b/src/main/c/commonbase.h
index 581bf54..f7a353e 100644
--- a/src/main/c/commonbase.h
+++ b/src/main/c/commonbase.h
@@ -21,10 +21,7 @@
#if WINDOOF
-static inline void fixBrokenStdio( void ){
- _setmode(_fileno(stdin), O_BINARY);
- _setmode(_fileno(stdout), O_BINARY);
-}
+void fixBrokenStdio( void );
#else
# define fixBrokenStdio()
#endif