2 * Copyright (C) 2006 Mike McCormack
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
18 cpp_quote("#ifdef _WIN64")
19 cpp_quote("#include <pshpack8.h>")
21 cpp_quote("#include <pshpack2.h>")
31 typedef ULONG_PTR DBBYTEOFFSET;
32 typedef LONG_PTR DBROWOFFSET;
33 typedef LONG_PTR DBROWCOUNT;
34 typedef ULONG_PTR DBCOUNTITEM;
35 typedef ULONG_PTR DBLENGTH;
36 typedef ULONG_PTR DBORDINAL;
37 typedef ULONG_PTR DBBKMARK;
38 typedef DWORD_PTR DB_DWRESERVE;
39 typedef ULONG_PTR DBREFCOUNT;
40 typedef ULONG_PTR DB_UPARAMS;
41 typedef LONG_PTR DB_LPARAMS;
42 typedef DWORD_PTR DBHASHVALUE;
75 cpp_quote("#include <accctrl.h>")
77 cpp_quote("#include <poppack.h>")