libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactiv


From: Peter Rosin
Subject: Re: [PATCH] tests: don't use assert/abort on MSVC as they are interactive.
Date: Wed, 29 Sep 2010 17:12:16 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2

Den 2010-09-29 17:00 skrev Charles Wilson:
> On 9/29/2010 10:15 AM, Peter Rosin wrote:
>> Den 2010-09-29 15:47 skrev Charles Wilson:
>>> Will this patch cause any issues if people try to use libtool + MSYS on
>>> a Win9x system?
>>
>> I don't foresee any problems, because SetErrorMode is really old.  You
>> were worrying about the entry point not being there, right?
> 
> Right.  Sadly, MSDN no longer even references things that old; from
> reading it, you'd think that *nothing* existed prior to w2k, and *every*
> current entry point was brand new with that version.
> 
> SetErrorMode:
> Minimum Supported Client: Windows 2000 Professional

Yes, that's a complete drag.

> So it's no longer even possible to discover exactly HOW old an API is,
> if it predates w2k.  At least, not via MSDN.

Well, there are pages like this:
http://www.sybase.be/detail?id=47705

Anyway, SetErrorMode is win9x-safe.

Cheers,
Peter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]