Update two includes to not rely on target headers anymore

svn path=/trunk/; revision=32599
This commit is contained in:
Colin Finck 2008-03-07 14:10:03 +00:00
parent 88301cc257
commit 166494a3c7

View file

@ -302,7 +302,7 @@ typedef struct {
*
*/
#include "pshpack1.h"
#include <host/pshpack1.h>
typedef struct {
/*00*/ DWORD SLTG_magic; /* 0x47544c53 == "SLTG" */
@ -599,7 +599,7 @@ WORD offset from start of block to SAFEARRAY
WORD typeofarray
*/
#include "poppack.h"
#include <host/poppack.h>
/*---------------------------END--------------------------------------------*/
#endif