[NTOSKRNL]

Never read code & commit while being tired...

svn path=/trunk/; revision=49848
This commit is contained in:
Pierre Schweitzer 2010-11-28 16:33:56 +00:00
parent 5afe6c4f39
commit b0fb94b1f3

View file

@ -140,7 +140,7 @@ FsRtlDoesDbcsContainWildCards(IN PANSI_STRING Name)
/*++
* @name FsRtlIsDbcsInExpression
* @halfplemented
* @implemented
*
* Check if the Name string is in the Expression string.
*
@ -152,7 +152,7 @@ FsRtlDoesDbcsContainWildCards(IN PANSI_STRING Name)
*
* @return TRUE if Name is found in Expression, FALSE otherwise
*
* @remarks Implementation should be fixed to handle wildcards
* @remarks
*
*--*/
BOOLEAN