Re: [Tuxpaint-devel] wchar and BeOS
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2008-05-28 16:35:55
|
On Wed, May 28, 2008 at 05:55:09PM +0200, Schrijvers Luc wrote: > Bill, > > Looked at the code and even removed the OLD_UPPERCASE_CODE part in Haiku > to check, looks like you were right. ;) > > Haiku does not need the extra defined so && !defined (__HAIKU__) can be > removed from the lines in both files. (still need to remember that even > Haiku has a more uptodate (if not complete yet) possix system then BeOS > had. ;) > So what should I remove, then, exactly? Is anyone using OLD_UPPERCASE_CODE anymore? (It merely picks which of two variations of the "uppercase()" function in tuxpaint.c get used.) I think it's old, crufty, unnecessary stuff now, but I don't want to suddenly kill ports like non-Haiku BeOS... Can you confirm whether I can just kill OLD_UPPERCASE_CODE all together? (Anyone else using it?) -bill! |