Great work, one more driver incompatibility away!
WBR,
Aleksey Bragin.
On Nov 20, 2010, at 1:42 AM, ekohl(a)svn.reactos.org wrote:
Author: ekohl
Date: Fri Nov 19 22:42:53 2010
New Revision: 49646
URL:
http://svn.reactos.org/svn/reactos?rev=49646&view=rev
Log:
[NPFS]
- Rename DEVICE_EXTENSION to NPFS_VCB.
- Add a type variable to distinguish FCBs and CCBs for device,
directory or pipe.
- Attach an FCB to the VCB that represents the root directory of
the file system and implement an open routine for the root directory.
- Make NpfsWaitPipe work when it is called for the root directory.
[KERNEL32]
- Remove the old version of WaitNamedPipeW.
This patch fixes the broken wait pipe code. It was written and
tested on r49458 because later revisions do not work for me.