aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 01:02:42 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-04-02 01:02:42 +0200
commit5de40ee8216c7a3ddb2bf88570f798c8ac4f40f8 (patch)
tree42254879028fdac21434adb2646487bca8efac5c /include
parenta2495bd1ac9e5e54074d65616de0efa822a6309e (diff)
Fix msvc 64 bit build, cleanup configuration
This fixes the msvc 64 bit build configuration which has been overlooked in the previous commit. The configuration is unified and the filters file (containing the layout of the files in the browser) is added. The common definitions are added to config.h. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/win32/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/win32/config.h b/include/win32/config.h
index 00ec3bb..86ed62f 100644
--- a/include/win32/config.h
+++ b/include/win32/config.h
@@ -7,6 +7,9 @@
#ifndef CONFIG_H
#define CONFIG_H
+#define _CRT_SECURE_NO_WARNINGS
+#define WITH_GZIP 1
+#define WITH_LZ4 1
#endif /* CONFIG_H */