Commit 42b2c182 authored by Susan Farley's avatar Susan Farley Committed by Alexandre Julliard

Avoid alignment problems with NMPGSCROLL struct.

parent b28e18bc
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment