Commit 253ccfbb authored by Alexandre Julliard's avatar Alexandre Julliard

include: Don't pack shellapi.h on 64-bit.

parent a20023ec
...@@ -23,7 +23,9 @@ ...@@ -23,7 +23,9 @@
extern "C" { extern "C" {
#endif /* defined(__cplusplus) */ #endif /* defined(__cplusplus) */
#ifndef _WIN64
#include <pshpack1.h> #include <pshpack1.h>
#endif
DECLARE_HANDLE(HDROP); DECLARE_HANDLE(HDROP);
...@@ -510,6 +512,8 @@ DWORD WINAPI DoEnvironmentSubstW(LPWSTR, UINT); ...@@ -510,6 +512,8 @@ DWORD WINAPI DoEnvironmentSubstW(LPWSTR, UINT);
} /* extern "C" */ } /* extern "C" */
#endif /* defined(__cplusplus) */ #endif /* defined(__cplusplus) */
#ifndef _WIN64
#include <poppack.h> #include <poppack.h>
#endif
#endif /* __WINE_SHELLAPI_H */ #endif /* __WINE_SHELLAPI_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment