mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 16:53:05 +00:00
Forgot to change these ones
svn path=/trunk/; revision=29043
This commit is contained in:
parent
0429c9f223
commit
d4a18c707c
1 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ typedef int POOL_TYPE;
|
||||||
|
|
||||||
#define MAXUSHORT USHRT_MAX
|
#define MAXUSHORT USHRT_MAX
|
||||||
|
|
||||||
#include <pshpack4.h>
|
#include <host/pshpack4.h>
|
||||||
typedef struct _RTL_BITMAP
|
typedef struct _RTL_BITMAP
|
||||||
{
|
{
|
||||||
ULONG SizeOfBitMap;
|
ULONG SizeOfBitMap;
|
||||||
|
@ -117,7 +117,7 @@ typedef struct _UNICODE_STRING
|
||||||
USHORT MaximumLength;
|
USHORT MaximumLength;
|
||||||
PWSTR Buffer;
|
PWSTR Buffer;
|
||||||
} UNICODE_STRING, *PUNICODE_STRING;
|
} UNICODE_STRING, *PUNICODE_STRING;
|
||||||
#include <poppack.h>
|
#include <host/poppack.h>
|
||||||
|
|
||||||
typedef const UNICODE_STRING *PCUNICODE_STRING;
|
typedef const UNICODE_STRING *PCUNICODE_STRING;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue