Delete extraneous comment from my previous change.

This commit is contained in:
Conrad Scott 2002-06-27 20:08:33 +00:00
parent eba23038af
commit d3c260c334
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ extern "C" {
#define FILE_FLAG_POSIX_SEMANTICS 16777216 #define FILE_FLAG_POSIX_SEMANTICS 16777216
#define FILE_FLAG_OPEN_REPARSE_POINT 2097152 #define FILE_FLAG_OPEN_REPARSE_POINT 2097152
#define FILE_FLAG_OPEN_NO_RECALL 1048576 #define FILE_FLAG_OPEN_NO_RECALL 1048576
#if (_WIN32_WINNT >= 0x0500) /* Needs win2k sp2 or XP or later */ #if (_WIN32_WINNT >= 0x0500)
#define FILE_FLAG_FIRST_PIPE_INSTANCE 524288 #define FILE_FLAG_FIRST_PIPE_INSTANCE 524288
#endif #endif
#define CLRDTR 6 #define CLRDTR 6