include: Add some DB_S_ defines.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4a103ea961
commit
6b17d4d90b
|
@ -83,6 +83,9 @@
|
||||||
|
|
||||||
#define DB_E_MISMATCHEDPROVIDER 0x80040e75
|
#define DB_E_MISMATCHEDPROVIDER 0x80040e75
|
||||||
|
|
||||||
|
#define DB_S_BOOKMARKSKIPPED 0x00040ec3
|
||||||
|
#define DB_S_NONEXTROWSET 0x00040ec5
|
||||||
|
#define DB_S_ENDOFROWSET 0x00040ec6
|
||||||
#define DB_S_ERRORSOCCURRED 0x00040eda
|
#define DB_S_ERRORSOCCURRED 0x00040eda
|
||||||
|
|
||||||
#endif /* __WINE_OLEDBERR_H */
|
#endif /* __WINE_OLEDBERR_H */
|
||||||
|
|
Loading…
Reference in New Issue