include: Don't pack shellapi.h on 64-bit.
This commit is contained in:
parent
a20023ecef
commit
253ccfbb99
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue