Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-07-31 09:40:39 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2003-07-31 09:40:39 +0400
commitde03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f (patch)
treef7be17eef663953983911f82ca6b59713e37e889 /winsup/w32api/include/shellapi.h
parenta16d51edf649e336d702ac8304f3ed64d40116a9 (diff)
* include/shellapi.h: Include all structs within pshpack2.h/
poppack.h block.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-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 c974674ce..2de41657e 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);