From 760d2b652f547fe3861d5fa30fcbf219beab69da Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Thu, 6 Aug 2009 14:39:17 +0100 Subject: [PATCH] include: Add correct structure packing. --- include/oledb.idl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/oledb.idl b/include/oledb.idl index 31e2111420d..b973bb93bbd 100644 --- a/include/oledb.idl +++ b/include/oledb.idl @@ -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 ") +cpp_quote("#else") +cpp_quote("#include ") +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 ") +cpp_quote("")