From d0619aa71553d046a5af64e6032a4252b5fac7ad Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Mon, 2 Dec 2002 09:53:09 +0000 Subject: 2002-12-02 Andrew Stadt * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW): Wrap with pshpack2.h/poppack.h to correct alignment. --- winsup/w32api/ChangeLog | 5 +++++ winsup/w32api/include/shellapi.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index a4fe734..a2d46b7 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2002-12-02 Andrew Stadt + + * include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW): + Wrap with pshpack2.h/poppack.h to correct alignment. + 2002-12-02 Ken Fitlike * include/commctrl.h (LVBKIF_*): Add defines. diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index b663102..5e29fb3 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -154,6 +154,7 @@ typedef struct _SHELLEXECUTEINFOW { HANDLE hIcon; HANDLE hProcess; } SHELLEXECUTEINFOW,*LPSHELLEXECUTEINFOW; +#include typedef struct _SHFILEOPSTRUCTA { HWND hwnd; UINT wFunc; @@ -174,6 +175,7 @@ typedef struct _SHFILEOPSTRUCTW { PVOID hNameMappings; LPCWSTR lpszProgressTitle; } SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW; +#include typedef struct _SHFILEINFOA { HICON hIcon; int iIcon; -- cgit v1.1