mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
2002-12-02 Andrew Stadt <acstadt@sympatico.ca>
* include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW): Wrap with pshpack2.h/poppack.h to correct alignment.
This commit is contained in:
parent
c7ca0398dc
commit
d0619aa715
@ -1,3 +1,8 @@
|
||||
2002-12-02 Andrew Stadt <acstadt@sympatico.ca>
|
||||
|
||||
* include/shellapi.h (_SHFILEOPSTRUCTA,_SHFILEOPSTRUCTW):
|
||||
Wrap with pshpack2.h/poppack.h to correct alignment.
|
||||
|
||||
2002-12-02 Ken Fitlike <kenfitlike@users.sourceforge.net>
|
||||
|
||||
* include/commctrl.h (LVBKIF_*): Add defines.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user