- Allow shared read access to the debug.log file.

svn path=/trunk/; revision=10763
This commit is contained in:
Filip Navara 2004-09-01 00:15:08 +00:00
parent 03d477407b
commit d9002d2afe

View file

@ -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,