Re: [Tuxpaint-devel] wchar and BeOS
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Schrijvers L. <Be...@sk...> - 2008-05-28 15:55:09
|
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. ;) Greets, Luc On di, 2008-05-27 at 19:18 -0700, Bill Kendrick wrote: > Luc, I tried applying the BeOS-related #ifdef patch to Tux Paint's "i18n.c", > but now I'm confused. Based on the #ifdef stuff above (related to OS X), > it looks like <wchar.h> gets included once on Haiku, and twice on BeOS. > > (Whereas I think you want it _not_ on Haiku, and once on BeOS.) > > Can you see what's in CVS right now and advise? :) > > Thanks, > |