Re: WIN95 target on XP and Vista differ?

Wan-Teh Chang <[email protected]> Thu, 19 Mar 2009 09:02:23 -0700
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
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