aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-28 00:13:20 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-02-28 00:24:11 +0300
commitc21e6019d857c642a7cf7ac512854d976851df34 (patch)
treec8fb049a9fc57ecc44fab23c2650a0e15ada5b76 /contrib/tools/python3
parent20e9d4ceadee0a3e060c858fedbb7b11243d3e33 (diff)
downloadydb-c21e6019d857c642a7cf7ac512854d976851df34.tar.gz
Revert excessive WIN32_LEAN_AND_MEAN patch
66167b07854d42c923eb4b7ae938685d458d7cae
Diffstat (limited to 'contrib/tools/python3')
-rw-r--r--contrib/tools/python3/Include/internal/pycore_condvar.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/tools/python3/Include/internal/pycore_condvar.h b/contrib/tools/python3/Include/internal/pycore_condvar.h
index acdc9db12c..981c962bf7 100644
--- a/contrib/tools/python3/Include/internal/pycore_condvar.h
+++ b/contrib/tools/python3/Include/internal/pycore_condvar.h
@@ -37,9 +37,7 @@
#define Py_HAVE_CONDVAR
/* include windows if it hasn't been done before */
-#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
-#endif
#include <windows.h>
/* options */