1/* 2 * Copyright (C) 2006 Mike McCormack 3 * 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. 8 * 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. 13 * 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 17 */ 18cpp_quote("#ifdef _WIN64") 19cpp_quote("#include <pshpack8.h>") 20cpp_quote("#else") 21cpp_quote("#include <pshpack2.h>") 22cpp_quote("#endif") 23cpp_quote("") 24 25import "wtypes.idl"; 26import "oaidl.idl"; 27import "ocidl.idl"; 28import "propidl.idl"; 29import "urlmon.idl"; 30 31typedef ULONG DBBYTEOFFSET; 32typedef LONG DBROWOFFSET; 33typedef LONG DBROWCOUNT; 34typedef ULONG DBCOUNTITEM; 35typedef ULONG DBLENGTH; 36typedef ULONG DBORDINAL; 37typedef ULONG DBBKMARK; 38typedef DWORD DB_DWRESERVE; 39typedef ULONG DBREFCOUNT; 40typedef ULONG DB_UPARAMS; 41typedef LONG DB_LPARAMS; 42typedef DWORD DBHASHVALUE; 43typedef struct { 44 SHORT year; 45 USHORT month; 46 USHORT day; 47 USHORT hour; 48 USHORT minute; 49 USHORT second; 50 ULONG fraction; 51} DBTIMESTAMP; 52 53#include "dbs.idl" 54 55#include "access.idl" 56#include "rstbas.idl" 57#include "rstinf.idl" 58#include "rstloc.idl" 59#include "cmdbas.idl" 60#include "cmdtxt.idl" 61#include "dbccmd.idl" 62#include "dbcses.idl" 63#include "dbprop.idl" 64#include "dbinit.idl" 65#include "dbdsad.idl" 66#include "asynot.idl" 67#include "asysta.idl" 68#include "sesprp.idl" 69#include "opnrst.idl" 70#include "row.idl" 71#include "rowchg.idl" 72#include "binres.idl" 73#include "crtrow.idl" 74 75cpp_quote("#include <poppack.h>") 76cpp_quote("") 77