summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLadislav <Zezula>2013-11-15 09:15:21 +0100
committerLadislav <Zezula>2013-11-15 09:15:21 +0100
commita9579a3f4ab1a27a822bcc53f3e6a9b1a00e6418 (patch)
tree4bab391e85428182090db6506c1901d6dc882b24 /src
parent65a9cc8011c5b3f60664ff2352290ed0680013c1 (diff)
+ Fixed build in Visual Studio 2012
Diffstat (limited to 'src')
-rw-r--r--src/zlib/compress_zlib.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/zlib/compress_zlib.c b/src/zlib/compress_zlib.c
new file mode 100644
index 0000000..46e5061
--- /dev/null
+++ b/src/zlib/compress_zlib.c
@@ -0,0 +1,5 @@
+// Some compilers (e.g. Visual Studio 2012) don't like the name conflict between
+// zlib\compress.c and bzip2\compress.c. This file is plain wrapper for compress.c
+// in order to create obj file with a different name.
+
+#include "compress.c"