TESTING -- override pthreads to fix gstreamer v5
[wine/multimedia.git] / include / oledb.idl
blob8d7f001ac26c18b48f5da760e7a9daae079dd107
1 /*
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>")
20 cpp_quote("#else")
21 cpp_quote("#include <pshpack2.h>")
22 cpp_quote("#endif")
23 cpp_quote("")
25 import "wtypes.idl";
26 import "oaidl.idl";
27 import "ocidl.idl";
28 import "propidl.idl";
29 import "urlmon.idl";
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;
44 #include "dbs.idl"
46 #include "access.idl"
47 #include "rstbas.idl"
48 #include "rstinf.idl"
49 #include "rstloc.idl"
50 #include "chprst.idl"
51 #include "cmdbas.idl"
52 #include "cmdtxt.idl"
53 #include "dbccmd.idl"
54 #include "dbcses.idl"
55 #include "srcrst.idl"
56 #include "dbprop.idl"
57 #include "dbinit.idl"
58 #include "dbdsad.idl"
59 #include "asynot.idl"
60 #include "asysta.idl"
61 #include "sesprp.idl"
62 #include "rstnot.idl"
63 #include "opnrst.idl"
64 #include "row.idl"
65 #include "rowchg.idl"
66 #include "rowpos.idl"
67 #include "rowpsc.idl"
68 #include "binres.idl"
69 #include "crtrow.idl"
70 #include "errrec.idl"
72 cpp_quote("#include <accctrl.h>")
74 cpp_quote("#include <poppack.h>")
75 cpp_quote("")