Jacek Caban jacek@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.