mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
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:
parent
d4a18c707c
commit
2b47cce3f0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue