mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue 9445: Fix undefined symbols on VS8.0 build.
This commit is contained in:
parent
78eef3de88
commit
0291c9ffa2
1 changed files with 9 additions and 0 deletions
|
@ -262,6 +262,15 @@ extern int lstat(const char *, struct stat *);
|
|||
#ifdef HAVE_PROCESS_H
|
||||
#include <process.h>
|
||||
#endif
|
||||
#ifndef VOLUME_NAME_DOS
|
||||
#define VOLUME_NAME_DOS 0x0
|
||||
#endif
|
||||
#ifndef VOLUME_NAME_NT
|
||||
#define VOLUME_NAME_NT 0x2
|
||||
#endif
|
||||
#ifndef IO_REPARSE_TAG_SYMLINK
|
||||
#define IO_REPARSE_TAG_SYMLINK (0xA000000CL)
|
||||
#endif
|
||||
#include "osdefs.h"
|
||||
#include <malloc.h>
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue