[PATCH] include: Add more DB_E_* defines

Nikolay Sivov bunglehead at gmail.com
Wed Feb 27 23:32:00 CST 2019


On Thu, Feb 28, 2019 at 6:58 AM Alistair Leslie-Hughes <
leslie_alistair at hotmail.com> wrote:

> Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
> ---
>  include/oledberr.h | 9 +++++++++
>  1 file changed, 9 insertions(+)
>
> diff --git a/include/oledberr.h b/include/oledberr.h
> index 8af38ef..c3d0d29 100644
> --- a/include/oledberr.h
> +++ b/include/oledberr.h
> @@ -21,6 +21,15 @@
>  #ifndef __WINE_OLEDBERR_H
>  #define __WINE_OLEDBERR_H
>
> +#define DB_E_BADACCESSORHANDLE              0x80040e00
> +#define DB_E_ROWLIMITEXCEEDED               0x80040e01
> +#define DB_E_READONLYACCESSOR               0x80040e02
> +#define DB_E_SCHEMAVIOLATION                0x80040e03
> +#define DB_E_SCHEMAVIOLATION                0x80040e03
>

You have duplicated lines.


> +#define DB_E_BADROWHANDLE                   0x80040e04
> +#define DB_E_OBJECTOPEN                     0x80040e05
> +#define DB_E_BADCHAPTER                     0x80040e06
> +#define DB_E_CANTCONVERTVALUE               0x80040e07
>  #define DB_E_BADBINDINFO                    0x80040e08
>
>  #define DB_E_ERRORSINCOMMAND                0x80040e14
> --
> 1.9.1
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190228/b46b8338/attachment.html>


More information about the wine-devel mailing list