[ros-diffs] [cfinck] 29043: Forgot to change these ones
cfinck at svn.reactos.org
cfinck at svn.reactos.org
Fri Sep 14 21:02:22 CEST 2007
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?rev=29043&r1=29042&r2=29043&view=diff
==============================================================================
--- 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;
More information about the Ros-diffs
mailing list