mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +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
|
||||
|
||||
#include <pshpack4.h>
|
||||
#include <host/pshpack4.h>
|
||||
typedef struct _RTL_BITMAP
|
||||
{
|
||||
ULONG SizeOfBitMap;
|
||||
|
@ -117,7 +117,7 @@ typedef struct _UNICODE_STRING
|
|||
USHORT MaximumLength;
|
||||
PWSTR Buffer;
|
||||
} UNICODE_STRING, *PUNICODE_STRING;
|
||||
#include <poppack.h>
|
||||
#include <host/poppack.h>
|
||||
|
||||
typedef const UNICODE_STRING *PCUNICODE_STRING;
|
||||
|
||||
|
|
Loading…
Reference in a new issue