summaryrefslogtreecommitdiffstats
path: root/perform
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-03-25 18:35:26 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-03-25 18:35:26 (GMT)
commit16e46eecd8c72700c982c55daf919234dfd2e914 (patch)
treed7b3989f22e7e691f9c67dd9f69b447ebd97bb7a /perform
parent054bb8b7a0e38a5041dede41a9fac9962ee49751 (diff)
downloadhdf5-16e46eecd8c72700c982c55daf919234dfd2e914.zip
hdf5-16e46eecd8c72700c982c55daf919234dfd2e914.tar.gz
hdf5-16e46eecd8c72700c982c55daf919234dfd2e914.tar.bz2
[svn-r20336] Remove unused windows defines. Add _CONSOLE to windows definitions.
Diffstat (limited to 'perform')
-rw-r--r--perform/zip_perf.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/perform/zip_perf.c b/perform/zip_perf.c
index 5e035f3..5729baf 100644
--- a/perform/zip_perf.c
+++ b/perform/zip_perf.c
@@ -29,14 +29,6 @@
#include <zlib.h>
-#if defined(MSDOS) || defined(OS2) || defined(_WIN32)
-# include <fcntl.h>
-# include <io.h>
-# define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
-#else
-# define SET_BINARY_MODE(file) /* nothing */
-#endif /* MSDOS || OS2 || _WIN32 */
-
#ifdef VMS
# define unlink delete
# define GZ_SUFFIX "-gz"