10 Jul
2018
10 Jul
'18
3:41 p.m.
Jacek Caban <jacek(a)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.