mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
change ObpDosDevicesShortName match the ob.h header prototype
svn path=/trunk/; revision=26190
This commit is contained in:
parent
dfd6a60128
commit
95c38a9cf1
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Reference in a new issue