Module: wine Branch: master Commit: 253ccfbb99a279e990a6dc178b998bf06d6fd365 URL: http://source.winehq.org/git/wine.git/?a=commit;h=253ccfbb99a279e990a6dc178b...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jan 2 12:20:20 2009 +0100
include: Don't pack shellapi.h on 64-bit.
---
include/shellapi.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/shellapi.h b/include/shellapi.h index 67e8923..930f261 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -23,7 +23,9 @@ extern "C" { #endif /* defined(__cplusplus) */
+#ifndef _WIN64 #include <pshpack1.h> +#endif
DECLARE_HANDLE(HDROP);
@@ -510,6 +512,8 @@ DWORD WINAPI DoEnvironmentSubstW(LPWSTR, UINT); } /* extern "C" */ #endif /* defined(__cplusplus) */
+#ifndef _WIN64 #include <poppack.h> +#endif
#endif /* __WINE_SHELLAPI_H */