mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-29040: Support building Android with Unified Headers (GH-4492)
This commit is contained in:
parent
5ad7ef8e42
commit
c06c22e9a9
4 changed files with 13 additions and 3 deletions
|
|
@ -784,7 +784,9 @@ extern _invalid_parameter_handler _Py_silent_invalid_parameter_handler;
|
|||
#endif /* Py_BUILD_CORE */
|
||||
|
||||
#ifdef __ANDROID__
|
||||
#include <android/api-level.h>
|
||||
/* The Android langinfo.h header is not used. */
|
||||
#undef HAVE_LANGINFO_H
|
||||
#undef CODESET
|
||||
#endif
|
||||
|
||||
/* Maximum value of the Windows DWORD type */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue