summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/shellapi.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-12-02 09:53:09 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-12-02 09:53:09 +0000
commitd0619aa71553d046a5af64e6032a4252b5fac7ad (patch)
tree21f11f0522d3356bcfa6461d4a76570f6bef4b3f /winsup/w32api/include/shellapi.h
parentc7ca0398dc86a6967c4e86549caca9438f4089c4 (diff)
downloadcygnal-d0619aa71553d046a5af64e6032a4252b5fac7ad.tar.gz
cygnal-d0619aa71553d046a5af64e6032a4252b5fac7ad.tar.bz2
cygnal-d0619aa71553d046a5af64e6032a4252b5fac7ad.zip
2002-12-02 Andrew Stadt <acstadt@sympatico.ca>
* include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW): Wrap with pshpack2.h/poppack.h to correct alignment.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r--winsup/w32api/include/shellapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index b66310286..5e29fb321 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 <pshpack2.h>
typedef struct _SHFILEOPSTRUCTA {
HWND hwnd;
UINT wFunc;
@@ -174,6 +175,7 @@ typedef struct _SHFILEOPSTRUCTW {
PVOID hNameMappings;
LPCWSTR lpszProgressTitle;
} SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW;
+#include <poppack.h>
typedef struct _SHFILEINFOA {
HICON hIcon;
int iIcon;