diff options
| author | thegeorg <[email protected]> | 2024-02-28 00:13:20 +0300 |
|---|---|---|
| committer | thegeorg <[email protected]> | 2024-02-28 00:24:11 +0300 |
| commit | c21e6019d857c642a7cf7ac512854d976851df34 (patch) | |
| tree | c8fb049a9fc57ecc44fab23c2650a0e15ada5b76 /contrib/tools/python3/Include/internal/pycore_condvar.h | |
| parent | 20e9d4ceadee0a3e060c858fedbb7b11243d3e33 (diff) | |
Revert excessive WIN32_LEAN_AND_MEAN patch
66167b07854d42c923eb4b7ae938685d458d7cae
Diffstat (limited to 'contrib/tools/python3/Include/internal/pycore_condvar.h')
| -rw-r--r-- | contrib/tools/python3/Include/internal/pycore_condvar.h | 2 |
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 acdc9db12c5..981c962bf7d 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 */ |
