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

oldstable
Alexandre Julliard 2009-01-02 12:20:20 +01:00
parent a20023ecef
commit 253ccfbb99
1 changed files with 4 additions and 0 deletions

View File

@ -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 */