aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api/include
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-07-31 05:40:39 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-07-31 05:40:39 +0000
commitde03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f (patch)
treef7be17eef663953983911f82ca6b59713e37e889 /winsup/w32api/include
parenta16d51edf649e336d702ac8304f3ed64d40116a9 (diff)
downloadnewlib-de03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f.zip
newlib-de03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f.tar.gz
newlib-de03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f.tar.bz2
* include/shellapi.h: Include all structs within pshpack2.h/
poppack.h block.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r--winsup/w32api/include/shellapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h
index c974674..2de4165 100644
--- a/winsup/w32api/include/shellapi.h
+++ b/winsup/w32api/include/shellapi.h
@@ -1,6 +1,6 @@
#ifndef _SHELLAPI_H
#define _SHELLAPI_H
-#if __GNUC__ >=3
+#if __GNUC__ >= 3
#pragma GCC system_header
#endif
@@ -96,6 +96,7 @@ extern "C" {
typedef WORD FILEOP_FLAGS;
typedef WORD PRINTEROP_FLAGS;
+#include <pshpack2.h>
typedef struct _AppBarData {
DWORD cbSize;
HWND hWnd;
@@ -157,7 +158,6 @@ typedef struct _SHELLEXECUTEINFOW {
HANDLE hIcon;
HANDLE hProcess;
} SHELLEXECUTEINFOW,*LPSHELLEXECUTEINFOW;
-#include <pshpack2.h>
typedef struct _SHFILEOPSTRUCTA {
HWND hwnd;
UINT wFunc;
@@ -178,7 +178,6 @@ typedef struct _SHFILEOPSTRUCTW {
PVOID hNameMappings;
LPCWSTR lpszProgressTitle;
} SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW;
-#include <poppack.h>
typedef struct _SHFILEINFOA {
HICON hIcon;
int iIcon;
@@ -198,6 +197,7 @@ typedef struct _SHQUERYRBINFO {
__int64 i64Size;
__int64 i64NumItems;
} SHQUERYRBINFO, *LPSHQUERYRBINFO;
+#include <poppack.h>
LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*);
void WINAPI DragAcceptFiles(HWND,BOOL);