On 06 December 2004 21:31, Sven Panne wrote:

> Hmmm, having some fragile OS-dependent #ifdefs is not the way to go.
> While you are there, every
> 
>     #ifdef mingw32_TARGET_OS
> 
> which needs to be changed should be replaced by something
> feature-specific like
> 
>     #if HAVE_FOO_BAR_FUNCTION

Good point, thanks Sven.

Simon
_______________________________________________
Glasgow-haskell-users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to