aboutsummaryrefslogtreecommitdiff
path: root/include/win32/config.h
blob: 86ed62f1fe37dbf1873ee4eef71fc88eb65eed92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: LGPL-3.0-or-later */
/*
 * config.h - manually created stub for MSVC
 *
 * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
 */
#ifndef CONFIG_H
#define CONFIG_H

#define _CRT_SECURE_NO_WARNINGS

#define WITH_GZIP 1
#define WITH_LZ4 1

#endif /* CONFIG_H */