mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
- fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+)
This commit is contained in:
@@ -35,6 +35,9 @@
|
||||
#ifdef TSRM_WIN32
|
||||
#include <io.h>
|
||||
#include "tsrm_win32.h"
|
||||
# ifndef IO_REPARSE_TAG_SYMLINK
|
||||
# define IO_REPARSE_TAG_SYMLINK 0xA000000C
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef NETWARE
|
||||
|
||||
Reference in New Issue
Block a user