diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-19 21:03:47 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-19 21:03:47 +0300 |
commit | e93e00c9b7cceb60175c1e14bddcf5cc0bb1c0ee (patch) | |
tree | dbc46227717dd2a816d3fde8101d00a3ec9de90f /contrib/tools/python3/src | |
parent | cc49c847a508414f54b411230615572f7aa20a14 (diff) | |
download | ydb-e93e00c9b7cceb60175c1e14bddcf5cc0bb1c0ee.tar.gz |
intermediate changes
ref:ceeec27152a9bf5c4e5085ccf698f679946da418
Diffstat (limited to 'contrib/tools/python3/src')
-rw-r--r-- | contrib/tools/python3/src/Include/internal/pycore_condvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tools/python3/src/Include/internal/pycore_condvar.h b/contrib/tools/python3/src/Include/internal/pycore_condvar.h index 8b89d709510..95e3358b355 100644 --- a/contrib/tools/python3/src/Include/internal/pycore_condvar.h +++ b/contrib/tools/python3/src/Include/internal/pycore_condvar.h @@ -35,7 +35,9 @@ #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 */ |