change ObpDosDevicesShortName match the ob.h header prototype

svn path=/trunk/; revision=26190
This commit is contained in:
Magnus Olsen 2007-03-27 21:21:32 +00:00
parent dfd6a60128
commit 95c38a9cf1

View file

@ -22,7 +22,7 @@ POBJECT_DIRECTORY ObpTypeDirectoryObject;
/* DOS Device Prefix \??\ and \?? */
ALIGNEDNAME ObpDosDevicesShortNamePrefix = {{L'\\',L'?',L'?',L'\\'}};
ALIGNEDNAME ObpDosDevicesShortNameRoot = {{L'\\',L'?',L'?',L'\0'}};
static UNICODE_STRING ObpDosDevicesShortName =
UNICODE_STRING ObpDosDevicesShortName =
{
sizeof(ObpDosDevicesShortNamePrefix),
sizeof(ObpDosDevicesShortNamePrefix),