Update of /cvsroot/pywin32/pywin32/win32/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19420/win32/src
Modified Files:
win32file.i
Log Message:
Add FILE_FLAG_OPEN_REPARSE_POINT
Index: win32file.i
===================================================================
RCS file: /cvsroot/pywin32/pywin32/win32/src/win32file.i,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** win32file.i 13 Nov 2005 08:40:50 -0000 1.50
--- win32file.i 14 Nov 2005 07:30:09 -0000 1.51
***************
*** 120,123 ****
--- 120,125 ----
// This includes allowing multiple files with names, differing only in case, for file systems that support such naming.
// Use care when using this option because files created with this flag may not be accessible by applications written for MS-DOS or Windows.
+ #define FILE_FLAG_OPEN_REPARSE_POINT FILE_FLAG_OPEN_REPARSE_POINT
+ // used to open a handle for use with DeviceIoControl and FSCTL_GET_REPARSE_POINT/FSCTL_SET_REPARSE_POINT)
#ifndef MS_WINCE
|