Avoid alignment problems with NMPGSCROLL struct.

This commit is contained in:
Susan Farley 2001-02-23 01:32:46 +00:00 committed by Alexandre Julliard
parent b28e18bcc9
commit 42b2c18279
1 changed files with 4 additions and 0 deletions

View File

@ -1808,6 +1808,8 @@ static const WCHAR WC_PAGESCROLLERW[] = { 'S','y','s','P','a','g','e','r',0 };
#define PGN_SCROLL (PGN_FIRST-1)
#define PGN_CALCSIZE (PGN_FIRST-2)
#include "pshpack1.h"
typedef struct
{
NMHDR hdr;
@ -1819,6 +1821,8 @@ typedef struct
INT iScroll;
} NMPGSCROLL, *LPNMPGSCROLL;
#include "poppack.h"
typedef struct
{
NMHDR hdr;