include: Add correct structure packing.
This commit is contained in:
parent
c25523c7c7
commit
760d2b652f
|
@ -15,6 +15,12 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
cpp_quote("#ifdef _WIN64")
|
||||
cpp_quote("#include <pshpack8.h>")
|
||||
cpp_quote("#else")
|
||||
cpp_quote("#include <pshpack2.h>")
|
||||
cpp_quote("#endif")
|
||||
cpp_quote("")
|
||||
|
||||
import "wtypes.idl";
|
||||
import "oaidl.idl";
|
||||
|
@ -36,3 +42,6 @@ typedef ULONG DBCOUNTITEM;
|
|||
#include "opnrst.idl"
|
||||
#include "binres.idl"
|
||||
#include "crtrow.idl"
|
||||
|
||||
cpp_quote("#include <poppack.h>")
|
||||
cpp_quote("")
|
||||
|
|
Loading…
Reference in New Issue