How to use #ifdef WIN32

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Dec 20 23:04:13 EST 2007


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



More information about the Glasgow-haskell-users mailing list