mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Put conditional S_IFMT definition into pyport.h.
This commit is contained in:
parent
b0db85ac19
commit
11d03c57de
1 changed files with 0 additions and 5 deletions
|
@ -23,11 +23,6 @@
|
|||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#if defined(PYCC_VACPP)
|
||||
/* VisualAge C/C++ Failed to Define MountType Field in sys/stat.h */
|
||||
#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG)
|
||||
#endif
|
||||
|
||||
extern time_t PyOS_GetLastModificationTime(char *, FILE *);
|
||||
/* In getmtime.c */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue