Last change
on this file since 1175 was 1166, checked in by rossy, 3 years ago |
Daodan: Replace MinGW build env with an up-to-date MSYS2 env
|
File size:
1.1 KB
|
Rev | Line | |
---|
[1166] | 1 | /**
|
---|
| 2 | * This file is part of the mingw-w64 runtime package.
|
---|
| 3 | * No warranty is given; refer to the file DISCLAIMER within this package.
|
---|
| 4 | */
|
---|
| 5 |
|
---|
| 6 | #ifndef _ADODEF_H_
|
---|
| 7 | #define _ADODEF_H_
|
---|
| 8 |
|
---|
| 9 | #define ADO_MAJOR 6
|
---|
| 10 | #define ADOR_MAJOR 6
|
---|
| 11 | #define ADOX_MAJOR 6
|
---|
| 12 | #define ADOMD_MAJOR 6
|
---|
| 13 | #define JRO_MAJOR 2
|
---|
| 14 |
|
---|
| 15 | #define ADO_MINOR 1
|
---|
| 16 | #define ADOR_MINOR 0
|
---|
| 17 | #define ADOX_MINOR 0
|
---|
| 18 | #define ADOMD_MINOR 0
|
---|
| 19 | #define JRO_MINOR 6
|
---|
| 20 |
|
---|
| 21 | #define ADO_VERSION ADO_MAJOR##.##ADO_MINOR
|
---|
| 22 | #define ADOR_VERSION ADOR_MAJOR##.##ADOR_MINOR
|
---|
| 23 | #define ADOX_VERSION ADOX_MAJOR##.##ADOX_MINOR
|
---|
| 24 | #define ADOMD_VERSION ADOMD_MAJOR##.##ADOMD_MINOR
|
---|
| 25 | #define JRO_VERSION JRO_MAJOR##.##JRO_MINOR
|
---|
| 26 |
|
---|
| 27 | #define ADO_LIBRARYNAME "Microsoft ActiveX Data Objects 6.1 Library"
|
---|
| 28 | #define ADOR_LIBRARYNAME "Microsoft ActiveX Data Objects Recordset 6.0 Library"
|
---|
| 29 | #define ADOX_LIBRARYNAME "Microsoft ADO Ext. 6.0 for DDL and Security"
|
---|
| 30 | #define ADOMD_LIBRARYNAME "Microsoft ActiveX Data Objects (Multi-dimensional) 6.0 Library"
|
---|
| 31 | #define JRO_LIBRARYNAME "Microsoft Jet and Replication Objects 2.6 Library"
|
---|
| 32 |
|
---|
| 33 | #define ADOMD_TYPELIB_UUID uuid(22813728-8bd3-11d0-B4EF-00a0c9138ca4)
|
---|
| 34 | #define JRO_TYPELIB_UUID uuid(AC3B8B4C-B6CA-11d1-9f31-00c04fc29d52)
|
---|
| 35 |
|
---|
| 36 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.