mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
BYTE -> UCHAR. Thanks Alex
svn path=/trunk/; revision=17318
This commit is contained in:
parent
b8cfafc6b8
commit
733f1ba80d
1 changed files with 1 additions and 1 deletions
|
@ -1434,7 +1434,7 @@ typedef struct
|
|||
{
|
||||
LARGE_INTEGER StartingLcn;
|
||||
LARGE_INTEGER BitmapSize;
|
||||
BYTE Buffer[1];
|
||||
UCHAR Buffer[1];
|
||||
} VOLUME_BITMAP_BUFFER, *PVOLUME_BITMAP_BUFFER;
|
||||
|
||||
#if (VER_PRODUCTBUILD >= 2600)
|
||||
|
|
Loading…
Reference in a new issue