Skip to content
Snippets Groups Projects
Commit 760d2b65 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

include: Add correct structure packing.

parent c25523c7
No related branches found
No related tags found
No related merge requests found
......@@ -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("")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment