From 2e08b57ee6637fa511f3baef50e8adb14ef17b36 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 16 Jun 2009 21:54:12 +0000 Subject: [PATCH] - fix build when IO_REPARSE_TAG_SYMLINK is not defined (works with 2k+) --- TSRM/tsrm_virtual_cwd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c index 060da8ec4a0..f2bab3bf894 100644 --- a/TSRM/tsrm_virtual_cwd.c +++ b/TSRM/tsrm_virtual_cwd.c @@ -35,6 +35,9 @@ #ifdef TSRM_WIN32 #include #include "tsrm_win32.h" +# ifndef IO_REPARSE_TAG_SYMLINK +# define IO_REPARSE_TAG_SYMLINK 0xA000000C +# endif #endif #ifdef NETWARE