1
0
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:
Pierre Joye
2009-06-16 21:54:12 +00:00
parent ef55a8a663
commit 2e08b57ee6

View File

@@ -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