summaryrefslogtreecommitdiff
path: root/src/main/c/commonbase.h
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2022-08-20 17:52:36 +0200
committerAndreas Fankhauser hiddenalpha.ch2022-08-20 17:52:36 +0200
commit71775351a71f085c76378f6450cb6279d72bc50b (patch)
tree74dd0fcaa3e3736feafebf0b0abd89c654adb7fb /src/main/c/commonbase.h
parentd6f8e794f77074eb76a1efbfc7f69d488f387950 (diff)
downloadDeflateAndInflate-71775351a71f085c76378f6450cb6279d72bc50b.zip
DeflateAndInflate-71775351a71f085c76378f6450cb6279d72bc50b.tar.gz
Extract windoof kludge to dedicated compilation unit
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