mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 01:12:59 +08:00
BYTE -> UCHAR. Thanks Alex
svn path=/trunk/; revision=17318
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user