Forgot to change these ones as well.

But somehow it compiled fine under Windows, even without these changes.

svn path=/trunk/; revision=29044
This commit is contained in:
Colin Finck 2007-09-14 19:13:03 +00:00
parent d4a18c707c
commit 2b47cce3f0

View file

@ -32,7 +32,7 @@
#include "utils.h"
#include "parser.h"
#include <pshpack2.h>
#include <host/pshpack2.h>
typedef struct
{
DWORD biSize;
@ -41,7 +41,7 @@ typedef struct
WORD biPlanes;
WORD biBitCount;
} BITMAPOS2HEADER;
#include <poppack.h>
#include <host/poppack.h>
/* Generate new_* functions that have no parameters (NOTE: no ';') */
__NEW_STRUCT_FUNC(dialog)