2006-07-20 08:26:18 +02:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2006 Mike McCormack
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
2009-08-06 15:39:17 +02:00
|
|
|
cpp_quote("#ifdef _WIN64")
|
|
|
|
cpp_quote("#include <pshpack8.h>")
|
|
|
|
cpp_quote("#else")
|
|
|
|
cpp_quote("#include <pshpack2.h>")
|
|
|
|
cpp_quote("#endif")
|
|
|
|
cpp_quote("")
|
2006-07-20 08:26:18 +02:00
|
|
|
|
|
|
|
import "wtypes.idl";
|
|
|
|
import "oaidl.idl";
|
|
|
|
import "ocidl.idl";
|
|
|
|
import "propidl.idl";
|
2009-07-22 18:18:50 +02:00
|
|
|
import "urlmon.idl";
|
2006-07-20 08:26:18 +02:00
|
|
|
|
|
|
|
typedef ULONG DBBYTEOFFSET;
|
2009-07-22 16:49:06 +02:00
|
|
|
typedef ULONG DBCOUNTITEM;
|
2009-08-27 13:34:59 +02:00
|
|
|
typedef ULONG DBLENGTH;
|
2006-07-20 08:26:18 +02:00
|
|
|
|
|
|
|
#include "dbs.idl"
|
2009-07-22 15:03:06 +02:00
|
|
|
|
|
|
|
#include "dbccmd.idl"
|
2009-07-22 15:08:35 +02:00
|
|
|
#include "dbcses.idl"
|
2006-07-20 08:26:18 +02:00
|
|
|
#include "dbprop.idl"
|
2009-07-22 15:03:06 +02:00
|
|
|
#include "dbinit.idl"
|
2009-07-22 16:49:06 +02:00
|
|
|
#include "dbdsad.idl"
|
2009-07-22 17:33:17 +02:00
|
|
|
#include "sesprp.idl"
|
2009-07-22 15:25:27 +02:00
|
|
|
#include "opnrst.idl"
|
2009-07-22 18:18:50 +02:00
|
|
|
#include "binres.idl"
|
2009-07-23 12:53:34 +02:00
|
|
|
#include "crtrow.idl"
|
2009-08-06 15:39:17 +02:00
|
|
|
|
|
|
|
cpp_quote("#include <poppack.h>")
|
|
|
|
cpp_quote("")
|