Author: cfinck
Date: Fri Sep 14 23:02:21 2007
New Revision: 29043
URL:
http://svn.reactos.org/svn/reactos?rev=29043&view=rev
Log:
Forgot to change these ones
Modified:
trunk/reactos/include/host/typedefs.h
Modified: trunk/reactos/include/host/typedefs.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/host/typedefs.h?re…
==============================================================================
--- trunk/reactos/include/host/typedefs.h (original)
+++ trunk/reactos/include/host/typedefs.h Fri Sep 14 23:02:21 2007
@@ -75,7 +75,7 @@
#define MAXUSHORT USHRT_MAX
-#include <pshpack4.h>
+#include <host/pshpack4.h>
typedef struct _RTL_BITMAP
{
ULONG SizeOfBitMap;
@@ -117,7 +117,7 @@
USHORT MaximumLength;
PWSTR Buffer;
} UNICODE_STRING, *PUNICODE_STRING;
-#include <poppack.h>
+#include <host/poppack.h>
typedef const UNICODE_STRING *PCUNICODE_STRING;