ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/msdaora.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 1479 byte(s)
Log Message:
Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File Contents

# Content
1 /**
2 * This file has no copyright assigned and is placed in the Public Domain.
3 * This file is part of the mingw-w64 runtime package.
4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
5 */
6 #ifndef __MSDAORAGUIDS_DEFINED__
7 #define __MSDAORAGUIDS_DEFINED__
8
9 #ifdef DBINITCONSTANTS
10
11 EXTERN_C const CLSID CLSID_MSDAORA = {0xE8CC4CBE,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
12 EXTERN_C const CLSID CLSID_MSDAORA_ERROR = {0xE8CC4CBF,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
13 EXTERN_C const CLSID CLSID_MSDAORA8 = {0x7f06a373,0xdd6a,0x43db,{0xb4,0xe0,0x1f,0xc1,0x21,0xe5,0xe6,0x2b}};
14 EXTERN_C const CLSID CLSID_MSDAORA8_ERROR = {0x7f06a374,0xdd6a,0x43db,{0xb4,0xe0,0x1f,0xc1,0x21,0xe5,0xe6,0x2b}};
15 #else
16 EXTERN_C const CLSID CLSID_MSDAORA;
17 EXTERN_C const CLSID CLSID_MSDAORA_ERROR;
18 EXTERN_C const CLSID CLSID_MSDAORA8;
19 EXTERN_C const CLSID CLSID_MSDAORA8_ERROR;
20 #endif
21
22 class MSDAORA;
23 class MSDAORA_ERROR;
24 class MSDAORA8;
25 class MSDAORA8_ERROR;
26
27 #ifdef DBINITCONSTANTS
28 extern const GUID OLEDBDECLSPEC DBPROPSET_MSDAORA_ROWSET = {0xE8CC4CBD,0xFDFF,0x11D0,{0xB8,0x65,0x00,0xA0,0xC9,0x08,0x1C,0x1D}};
29 extern const GUID OLEDBDECLSPEC DBPROPSET_MSDAORA8_ROWSET = {0x7f06a375,0xdd6a,0x43db,{0xb4,0xe0,0x1f,0xc1,0x21,0xe5,0xe6,0x2b}};
30 #else
31 extern const GUID DBPROPSET_MSDAORA_ROWSET;
32 extern const GUID DBPROPSET_MSDAORA8_ROWSET;
33 #endif
34
35 #define DBPROP_MSDAORA_DETERMINEKEYCOLUMNS 1
36 #define DBPROP_MSDAORA8_DETERMINEKEYCOLUMNS 2
37 #endif