oledb32: Correct DBPROP_INIT_PROVIDERSTRING and DBPROP_INIT_HWND types

Nikolay Sivov bunglehead at gmail.com
Thu Jun 6 01:07:38 CDT 2013


On Thu, Jun 6, 2013 at 9:55 AM, Alistair Leslie-Hughes <
leslie_alistair at hotmail.com> wrote:

> Hi,
> Corrects a spelling mistake too and
>
> Changelog:
>     oledb32: Correct DBPROP_INIT_PROVIDERSTRING and DBPROP_INIT_HWND types
>
>
> Best Regards
>  Alistair Leslie-Hughes
>
>
>
>
-    { extemdedW,   DBPROP_INIT_PROVIDERSTRING,
DBPROPOPTIONS_REQUIRED, VT_BSTR },
+    { extemdedW,   DBPROP_INIT_PROVIDERSTRING,
DBPROPOPTIONS_OPTIONAL, VT_BSTR },
     { gen_timeout, DBPROP_INIT_GENERALTIMEOUT,
DBPROPOPTIONS_OPTIONAL, VT_I4 },
-    { initcatW,    DBPROP_CATALOGLOCATION,
DBPROPOPTIONS_OPTIONAL, VT_BSTR },
+    { initcatW,    DBPROP_CATALOGLOCATION,
DBPROPOPTIONS_OPTIONAL, VT_I4 },

How it's an integer? Catalog location is a path basically. Regarding
provider string, could you please add a test for this flag?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20130606/8e02250d/attachment.html>


More information about the wine-devel mailing list