summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
diff options
context:
space:
mode:
authorPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 09:22:40 (GMT)
committerPrzemyslaw Skibinski <inikep@gmail.com>2016-12-21 09:22:40 (GMT)
commit64cbc4e1dc17492d89915a9d774dc15ee438ccfe (patch)
treede55eaf5d43ac6d35a02fe26a8a96642cb722a55 /programs/lz4io.c
parent9546ba62d01a9618aab91eafe77929120653d275 (diff)
downloadlz4-64cbc4e1dc17492d89915a9d774dc15ee438ccfe.zip
lz4-64cbc4e1dc17492d89915a9d774dc15ee438ccfe.tar.gz
lz4-64cbc4e1dc17492d89915a9d774dc15ee438ccfe.tar.bz2
improved MinGW support
Diffstat (limited to 'programs/lz4io.c')
-rw-r--r--programs/lz4io.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/programs/lz4io.c b/programs/lz4io.c
index 15c69f0..df3ed41 100644
--- a/programs/lz4io.c
+++ b/programs/lz4io.c
@@ -30,12 +30,6 @@
- The license of this source file is GPLv2.
*/
-/**************************************
-* Compiler Options
-**************************************/
-#if defined(__MINGW32__) && !defined(_POSIX_SOURCE)
-# define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
-#endif
/*****************************
* Includes