21 Dec 05:04
Re: How to use #ifdef WIN32
Duncan Coutts <duncan.coutts <at> worc.ox.ac.uk>
2007-12-21 04:04:13 GMT
2007-12-21 04:04:13 GMT
On Thu, 2007-12-20 at 21:16 -0600, Spencer Janssen wrote:
> If you're using Cabal, something like this should work:
>
> if os(win32)
> cpp-options: -DWIN32
To be precise:
if os(windows)
cpp-options: -DWIN32
See, Cabal is (mostly) Neil "I hate mingw" Mitchell compliant.
Duncan
RSS Feed