* include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
This commit is contained in:
parent
8e8a913ff1
commit
b4b15309b7
|
@ -1,3 +1,7 @@
|
|||
2002-06-25 Conrad Scott <conrad.scott@dsl.pipex.com>
|
||||
|
||||
* include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.
|
||||
|
||||
2002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (WINBASEAPI): Don't define if prior
|
||||
|
|
|
@ -185,6 +185,9 @@ extern "C" {
|
|||
#define FILE_FLAG_POSIX_SEMANTICS 16777216
|
||||
#define FILE_FLAG_OPEN_REPARSE_POINT 2097152
|
||||
#define FILE_FLAG_OPEN_NO_RECALL 1048576
|
||||
#if (_WIN32_WINNT >= 0x0500) /* Needs win2k sp2 or XP or later */
|
||||
#define FILE_FLAG_FIRST_PIPE_INSTANCE 524288
|
||||
#endif
|
||||
#define CLRDTR 6
|
||||
#define CLRRTS 4
|
||||
#define SETDTR 5
|
||||
|
|
Loading…
Reference in New Issue