From de03e10ca5dd21d08ec5ebc0d4fd0dca88ea2b5f Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Thu, 31 Jul 2003 05:40:39 +0000 Subject: * include/shellapi.h: Include all structs within pshpack2.h/ poppack.h block. --- winsup/w32api/include/shellapi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winsup/w32api/include/shellapi.h') 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 typedef struct _AppBarData { DWORD cbSize; HWND hWnd; @@ -157,7 +158,6 @@ typedef struct _SHELLEXECUTEINFOW { HANDLE hIcon; HANDLE hProcess; } SHELLEXECUTEINFOW,*LPSHELLEXECUTEINFOW; -#include typedef struct _SHFILEOPSTRUCTA { HWND hwnd; UINT wFunc; @@ -178,7 +178,6 @@ typedef struct _SHFILEOPSTRUCTW { PVOID hNameMappings; LPCWSTR lpszProgressTitle; } SHFILEOPSTRUCTW,*LPSHFILEOPSTRUCTW; -#include typedef struct _SHFILEINFOA { HICON hIcon; int iIcon; @@ -198,6 +197,7 @@ typedef struct _SHQUERYRBINFO { __int64 i64Size; __int64 i64NumItems; } SHQUERYRBINFO, *LPSHQUERYRBINFO; +#include LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*); void WINAPI DragAcceptFiles(HWND,BOOL); -- cgit v1.2.3