Closed Mistuke closed 3 years ago
Escapes the CPP guard so GHC sees it instead of hsc2hs
The file is preprocessed by hsc2hs and so it strips away the first layer of CPP. Due to this we lose the ifdef for WinIO in the one place where we wouldn't have noticed.
We got all the remaining ifdefs right :(
Fixes #177
Escapes the CPP guard so GHC sees it instead of hsc2hs
The file is preprocessed by hsc2hs and so it strips away the first layer of CPP. Due to this we lose the ifdef for WinIO in the one place where we wouldn't have noticed.
We got all the remaining ifdefs right :(
Fixes #177