Mercurial > games > semicongine
diff fuhtark_test/include/winapi/adodef.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fuhtark_test/include/winapi/adodef.h Wed Nov 26 21:36:48 2025 +0700 @@ -0,0 +1,40 @@ +/** + * This file has no copyright assigned and is placed in the Public Domain. + * This file is part of the w64 mingw-runtime package. + * No warranty is given; refer to the file DISCLAIMER within this package. + */ +#ifndef _ADODEF_H_ +#define _ADODEF_H_ + +#define ADO_MAJOR 2 +#define ADOR_MAJOR 2 +#define ADOX_MAJOR 2 +#define ADOMD_MAJOR 2 +#define JRO_MAJOR 2 + +#define ADO_MINOR 8 +#define ADOR_MINOR 8 +#define ADOX_MINOR 8 +#define ADOMD_MINOR 8 +#define JRO_MINOR 6 + +#define ADO_VERSION 2.8 +#define ADOR_VERSION 2.8 +#define ADOX_VERSION 2.8 +#define ADOMD_VERSION 2.8 +#define JRO_VERSION 2.6 + +#define ADO_HELPFILE "ado270.chm" +#define ADOX_HELPFILE "ado270.chm" +#define ADOMD_HELPFILE "ado270.chm" +#define JRO_HELPFILE "msjro.chm" + +#define ADO_LIBRARYNAME "Microsoft ActiveX Data Objects 2.8 Library" +#define ADOR_LIBRARYNAME "Microsoft ActiveX Data Objects Recordset 2.8 Library" +#define ADOX_LIBRARYNAME "Microsoft ADO Ext. 2.8 for DDL and Security" +#define ADOMD_LIBRARYNAME "Microsoft ActiveX Data Objects (Multi-dimensional) 2.8 Library" +#define JRO_LIBRARYNAME "Microsoft Jet and Replication Objects 2.6 Library" + +#define ADOMD_TYPELIB_UUID uuid(22813728-8BD3-11D0-B4EF-00A0C9138CA4) +#define JRO_TYPELIB_UUID uuid(AC3B8B4C-B6CA-11d1-9F31-00C04FC29D52) +#endif
