Skip to content
Snippets Groups Projects
Commit 654e0722 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard
Browse files

include: Add missing DB_E_BAD defines.

parent 31be8a19
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,10 @@
#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_S_ERRORSOCCURRED 0x00040eda
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment