On Thu, Jan 06, 2011 at 12:23:49AM +0000, Raphaƫl Langella wrote:
> [...] If this is for compatibility with win9x we can put it back with a
> check for the windows version.  I mean if anyone is still using that...

We use functions not available on win9x in a few places.  They could be
turned into runtime linking (LoadLibrary() + GetProcAddress()), but I doubt
if that is worth the effort.

Currently, there are two such places:
* finding the home dir
* seeding the random generator

However, the Unicode support will use tens of such functions in a crapload
of places.  In theory, this could be handled -- even semi-automated shims
like MSLU do exist -- but it's nowhere near straightforward.

In other words, screw Win98.

-- 
1KB             // Microsoft corollary to Hanlon's razor:
                //      Never attribute to stupidity what can be
                //      adequately explained by malice.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Crawl-ref-discuss mailing list
Crawl-ref-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crawl-ref-discuss

Reply via email to