pingus-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Win 32 GCC Development


From: Kenneth Gangstoe
Subject: Re: Win 32 GCC Development
Date: Wed, 13 Aug 2003 16:13:31 +0200
User-agent: Mutt/1.5.4i

Quoting David Philippi (address@hidden):
> Kenneth Gangstoe wrote:
> >I have compiled Pingus for win32 today, with full gettext and music 
> >support.
> 
> Thank you!
> 
> >Changes have been commited to CVS. To compile it under Windows, you need 
> >the
> 
> They look very nice, just one little point:
> #ifdef _DEBUG
> #ifdef WIN32
> ...
> #endif
> #endif
> 
> Is there any reason not to use
> #ifdef _DEBUG && WIN32
> ...
> #endif
> 
> The double #ifdef/#endif looks a bit ugly but maybe it has a special reason?

Well, it was evolutionary, thats all I can say :) Feel free to clean it up :)

- Kenneth




reply via email to

[Prev in Thread] Current Thread [Next in Thread]