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:
		| @@ -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> | 2002-12-02  Ken Fitlike  <kenfitlike@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/commctrl.h (LVBKIF_*): Add defines. | 	* include/commctrl.h (LVBKIF_*): Add defines. | ||||||
|   | |||||||
| @@ -154,6 +154,7 @@ typedef struct _SHELLEXECUTEINFOW { | |||||||
| 	HANDLE hIcon; | 	HANDLE hIcon; | ||||||
| 	HANDLE hProcess; | 	HANDLE hProcess; | ||||||
| } SHELLEXECUTEINFOW,*LPSHELLEXECUTEINFOW; | } SHELLEXECUTEINFOW,*LPSHELLEXECUTEINFOW; | ||||||
|  | #include <pshpack2.h> | ||||||
| typedef struct _SHFILEOPSTRUCTA { | typedef struct _SHFILEOPSTRUCTA { | ||||||
| 	HWND hwnd; | 	HWND hwnd; | ||||||
| 	UINT wFunc; | 	UINT wFunc; | ||||||
| @@ -174,6 +175,7 @@ typedef struct _SHFILEOPSTRUCTW { | |||||||
| 	PVOID hNameMappings; | 	PVOID hNameMappings; | ||||||
| 	LPCWSTR lpszProgressTitle; | 	LPCWSTR lpszProgressTitle; | ||||||
| } SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW; | } SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW; | ||||||
|  | #include <poppack.h> | ||||||
| typedef struct _SHFILEINFOA { | typedef struct _SHFILEINFOA { | ||||||
| 	HICON hIcon; | 	HICON hIcon; | ||||||
| 	int iIcon; | 	int iIcon; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user