ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/MSYS2/mingw32/i686-w64-mingw32/include/msdshape.h
Revision: 1166
Committed: Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy
Content type: text/x-chdr
File size: 1161 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 DS_INCLUDED
7 #define DS_INCLUDED
8
9 #if (defined DBINITCONSTANTS) | (defined DSINITCONSTANTS)
10
11 extern const CLSID CLSID_DataShapeProvider = { 0x3449a1c8,0xc56c,0x11d0,{ 0xad,0x72,0,0xc0,0x4f,0xc2,0x98,0x63}};
12 extern const CLSID DBPROPSET_MSDSDBINIT = { 0x55cb91a8,0x5c7a,0x11d1,{ 0xad,0xad,0,0xc0,0x4f,0xc2,0x98,0x63}};
13 extern const CLSID DBPROPSET_MSDSSESSION = { 0xedf17536,0xafbf,0x11d1,{ 0x88,0x47,0,0,0xf8,0x79,0xf9,0x8c}};
14 extern const char *PROGID_DataShapeProvider = "MSDataShape";
15 extern const char *PROGID_DataShapeProvider_Version = "MSDataShape.1";
16 #else
17 extern const CLSID CLSID_DataShapeProvider;
18 extern const CLSID DBPROPSET_MSDSDBINIT;
19 extern const CLSID DBPROPSET_MSDSSESSION;
20 extern const char *PROGID_DataShapeProvider;
21 extern const char *PROGID_DataShapeProvider_Version;
22 #endif
23
24 enum MSDSDBINITPROPENUM {
25 DBPROP_MSDS_DBINIT_DATAPROVIDER = 2
26 };
27
28 enum MSDSSESSIONPROPENUM {
29 DBPROP_MSDS_SESS_UNIQUENAMES = 2
30 };
31 #endif