Re: [Tuxpaint-devel] savedir option bug
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Bill K. <nb...@so...> - 2008-10-09 18:29:38
|
On Wed, Oct 08, 2008 at 10:20:54PM -0600, Martin Fuhrer wrote: > > On 8-Oct-08, at 12:42 PM, Bill Kendrick wrote: > > > > What do Windows programmers use? And Mac? Does wordexp() work on > > Mac? > > Yes, wordexp() resides in the BSD layer on Mac OS X, at least since > 10.4, but quite likely earlier as well. So right now the wordexp() stuff is wrapped in "#ifdef __linux__". I suppose we should make that something like "#if defined(__linux__) || defined(__APPLE__)", then? (Would we want any kind of "MAC_OS_X_VERSION_10_4" or "__APPLE_10_4_x__" tests, too?) Martin, if you've got a sec, can you give it a whirl? (Feel free to commit to CVS if it seems to work ;) ) Delegatin, -- -bill! "Tux Paint" - free children's drawing software for Windows / Mac OS X / Linux! Download it today! http://www.tuxpaint.org/ |