Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com --- include/dbs.idl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/dbs.idl b/include/dbs.idl index 63617c88c00..113479437e2 100644 --- a/include/dbs.idl +++ b/include/dbs.idl @@ -500,6 +500,8 @@ cpp_quote(" EXTERN_C const GUID name DECLSPEC_HIDDEN") cpp_quote("#endif")
cpp_quote("DEFINE_DBGUID(DB_NULLGUID, 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);") +cpp_quote("DEFINE_DBGUID(DBGUID_SQL 0xc8b522d7, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);") +cpp_quote("DEFINE_DBGUID(DBGUID_DEFAULT, 0xc8b521fb, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);") cpp_quote("DEFINE_DBGUID(DBGUID_SESSION, 0xc8b522f5, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);") cpp_quote("DEFINE_DBGUID(DBGUID_ROWSET, 0xc8b522f6, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);") cpp_quote("DEFINE_DBGUID(DBGUID_ROW, 0xc8b522f7, 0x5cf3, 0x11ce, 0xad, 0xe5, 0x00, 0xaa, 0x00, 0x44, 0x77, 0x3d);")
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=81111
Your paranoid android.
=== debiant (build log) ===
include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given Task: The win32 Wine build failed
=== debiant (build log) ===
include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given include/oledb.h:689:108: error: macro "DEFINE_DBGUID" requires 12 arguments, but only 11 given Task: The wow64 Wine build failed