mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
- restore VOLUME_NAME_NT and VOLUME_NAME_DOS definition, thx Andrey for the headup
This commit is contained in:
parent
064578114f
commit
88117e6128
@ -39,6 +39,14 @@
|
||||
# ifndef IO_REPARSE_TAG_SYMLINK
|
||||
# define IO_REPARSE_TAG_SYMLINK 0xA000000C
|
||||
# endif
|
||||
|
||||
# ifndef VOLUME_NAME_NT
|
||||
# define VOLUME_NAME_NT 0x2
|
||||
# endif
|
||||
|
||||
# ifndef VOLUME_NAME_DOS
|
||||
# define VOLUME_NAME_DOS 0x0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef S_IFLNK
|
||||
|
Loading…
Reference in New Issue
Block a user