Forgot to change these ones

svn path=/trunk/; revision=29043
This commit is contained in:
Colin Finck 2007-09-14 19:02:21 +00:00
parent 0429c9f223
commit d4a18c707c

View file

@ -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;