mirror of
https://github.com/python/cpython.git
synced 2025-08-23 10:16:01 +00:00
Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.
This commit is contained in:
parent
0996fa3bd8
commit
1845d144bc
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ Data members:
|
|||
#include "pythread.h"
|
||||
|
||||
#include "osdefs.h"
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
@ -33,7 +34,6 @@ extern const char *PyWin_DLLVersionString;
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue