summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Include/pyconfig-win.h
blob: b0c55a3beef79d87ed0fa759ca3b436b9f10d4ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Override _WIN32_WINNT
#undef _WIN32_WINNT
#define _WIN32_WINNT Py_WINVER

#define Py_NO_ENABLE_SHARED

/* Define to 1 if you want to build _blake2 module with libb2 */
#define HAVE_LIBB2 1

#include "../PC/pyconfig.h.in"