| commit | 253ccfbb99a279e990a6dc178b998bf06d6fd365 | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Fri Jan 02 12:20:20 2009 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Fri Jan 02 12:20:20 2009 +0100 |
| tree | 84dedd125e11161f6db8e5e7b1f57ecf8ba24b48 | |
| parent | a20023ecef3b108f6a9de677d665e647b1f5ac2d [diff] [blame] |
include: Don't pack shellapi.h on 64-bit.
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 @@ } /* extern "C" */ #endif /* defined(__cplusplus) */ +#ifndef _WIN64 #include <poppack.h> +#endif #endif /* __WINE_SHELLAPI_H */