Re: [AD] SF.net SVN: alleg:[11050] allegro/branches/4.9/src |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] SF.net SVN: alleg:[11050] allegro/branches/4.9/src
- From: "Peter Hull" <peterhull90@xxxxxxxxxx>
- Date: Sat, 11 Oct 2008 22:49:05 +0100
I've fixed it now using the 'emulated' version - what I missed was
that cmake defines ALLEGRO_HAVE_xxx and the emulated functions are
used if ALLEGRO_NO_xxx is defined. I copied a bit from the Unix code
to sort that out.
Pete
On Sat, Oct 11, 2008 at 8:27 PM, Peter Hull <peterhull90@xxxxxxxxxx> wrote:
> On Sat, Oct 11, 2008 at 7:19 PM, Evert Glebbeek <eglebbk@xxxxxxxxxx> wrote:
>> On 11 Oct 2008, at 13:59, Peter Hull wrote:
>> OS X does have "strcasecmp" though, which seems to do pretty much the
>> same thing. Should we use that instead?
> Sounds like a good idea if you can figure out how to do it!
>
> Pete
>