include: Add missing DB_E_BAD defines.
This commit is contained in:
parent
31be8a19d9
commit
654e0722d8
|
@ -29,6 +29,10 @@
|
||||||
|
|
||||||
#define DB_E_ERRORSOCCURRED 0x80040e21
|
#define DB_E_ERRORSOCCURRED 0x80040e21
|
||||||
|
|
||||||
|
#define DB_E_BADSTORAGEFLAG 0x80040e26
|
||||||
|
#define DB_E_BADCOMPAREOP 0x80040e27
|
||||||
|
#define DB_E_BADSTATUSVALUE 0x80040e28
|
||||||
|
|
||||||
#define DB_E_DATAOVERFLOW 0x80040e57
|
#define DB_E_DATAOVERFLOW 0x80040e57
|
||||||
|
|
||||||
#define DB_S_ERRORSOCCURRED 0x00040eda
|
#define DB_S_ERRORSOCCURRED 0x00040eda
|
||||||
|
|
Loading…
Reference in New Issue