Re: WIN95 target on XP and Vista differ?
Jon Leighton <[email protected]> Thu, 19 Mar 2009 13:16:03 -0400
| Newsgroups | gmane.comp.mozilla.devel.nspr |
|---|---|
| Message-ID | <[email protected]> |
Wan-Teh Chang wrote: > On Thu, Mar 19, 2009 at 8:37 AM, Jon Leighton <[email protected]> wrote: >> When I build NSPR on XP with the --enable-win32-target=WIN95 option, the >> build uses pr/include/md/_win95.h, but if I build on Vista with the same >> option, the build uses pr/include/md/_winnt.h. Is this the correct >> behavior? If so, can anyone help me understand why? Thanks very much. > > The correct behavior is to use _win95.h if the --enable-win32-target=WIN95 > option is specified. If you didn't type the option incorrectly on Vista, this > is a bug in NSPR's build system. > > Wan-Teh It turns out that I only see this problem with the current CVS version of NSPR. Version 4.7.3 doesn't have this problem. - Jon Leighton