mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +00:00
No need to include windows.h twice
This commit is contained in:
parent
e018b305f6
commit
06cfe95237
1 changed files with 1 additions and 5 deletions
|
@ -23,7 +23,7 @@ Data members:
|
|||
|
||||
#ifdef MS_WINDOWS
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
#endif /* MS_WINDOWS */
|
||||
|
||||
#ifdef MS_COREDLL
|
||||
|
@ -36,10 +36,6 @@ extern const char *PyWin_DLLVersionString;
|
|||
#include <unixlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
#include <langinfo.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue