mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Allow shared read access to the debug.log file.
svn path=/trunk/; revision=10763
This commit is contained in:
parent
03d477407b
commit
d9002d2afe
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: dlog.c,v 1.15 2004/08/15 16:39:04 chorns Exp $
|
||||
/* $Id: dlog.c,v 1.16 2004/09/01 00:15:08 navaraf Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -158,7 +158,7 @@ DebugLogInit2(VOID)
|
|||
&Iosb,
|
||||
NULL,
|
||||
FILE_ATTRIBUTE_NORMAL,
|
||||
0,
|
||||
FILE_SHARE_READ,
|
||||
FILE_SUPERSEDE,
|
||||
FILE_WRITE_THROUGH | FILE_SYNCHRONOUS_IO_NONALERT,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue