[PATCH v3 5/6] setupapi: Implement SetupAddSectionToDiskSpaceList.

Vijay Kiran Kamuju infyquest at gmail.com
Sun Oct 20 17:05:40 CDT 2019


On Sun, Oct 20, 2019 at 11:38 PM Michael Stefaniuc <mstefani at winehq.org> wrote:
>
> On 10/20/19 11:00 PM, Vijay Kiran Kamuju wrote:
> > +static BOOL get_size_from_inf(HINF layoutinf, WCHAR *filename, LONGLONG *size)
> > +{
> > +    static const WCHAR SourceDisksFiles[]  = {'S','o','u','r','c','e','D','i','s','k','s','F','i','l','e','s',0};
> Should you have to resend for an other reason then please use wide char
> string literals in setupapi.
The string is same as in queue.c lines 292-293. And in most of the
places, its in similar fashion.
Did anything change in between on how to represent wide char string literals.
>
> bye
>         michael



More information about the wine-devel mailing list