[PATCH 1/8] winedump: Correctly declare the array of segments.

Dmitry Timoshkov dmitry at baikal.ru
Tue Jul 10 10:41:54 CDT 2018


Jacek Caban <jacek at codeweavers.com> wrote:

> > -static seg_t segdir[];
> > +static seg_t segdir[15];
> 
> I'm not opposed to the patch, but is it really needed? It's just a
> forward declaration, we declare it with an initializer of known length
> later in the file.

Compilation with MSVC/PSDK compiler fails because of this.

-- 
Dmitry.



More information about the wine-devel mailing list