On Sat, Nov 21, 2015 at 11:47 AM, Svante Signell wrote: > Signed-off by: [email protected] > > Hello, > > Submitting this patch directly to wine-patches on request from Jens > Ryer. > > BTW: There are still some parts of the code using PATH_MAX, but does > not seem to be triggered with the debian builds. Is it of interest to > remove also the remaining entries?
The PATH_MAX in libs/wine/loader.c is in an #ifdef __sun block, so it's not very relevant. There are two other instances which would probably be nice to fix. Best wishes, Mike

