From 5de40ee8216c7a3ddb2bf88570f798c8ac4f40f8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 2 Apr 2020 01:02:42 +0200 Subject: 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 --- include/win32/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/win32/config.h') 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 */ -- cgit v1.2.3