mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
bpo-40268: Remove unused osdefs.h includes (GH-19532)
When the include is needed, add required symbol in a comment.
This commit is contained in:
parent
d9ea5cae1d
commit
361dcdcefc
13 changed files with 18 additions and 20 deletions
|
|
@ -312,11 +312,11 @@ extern char *ctermid_r(char *);
|
|||
#ifndef IO_REPARSE_TAG_MOUNT_POINT
|
||||
#define IO_REPARSE_TAG_MOUNT_POINT (0xA0000003L)
|
||||
#endif
|
||||
#include "osdefs.h"
|
||||
#include "osdefs.h" // SEP
|
||||
#include <malloc.h>
|
||||
#include <windows.h>
|
||||
#include <shellapi.h> /* for ShellExecute() */
|
||||
#include <lmcons.h> /* for UNLEN */
|
||||
#include <shellapi.h> // ShellExecute()
|
||||
#include <lmcons.h> // UNLEN
|
||||
#define HAVE_SYMLINK
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue