Skip to content
  • Tamar Christina's avatar
    Fix -Werror build failure in RtsMain · e673b840
    Tamar Christina authored
    Summary:
    Something in Excn.h's include chain is loading _mingw.h which is defining a macro that
    PosixSource.h is going to define.
    
    _mingw.h's version properly checks if it has already been defined and skips it, so fixing the warning can be done
    by just including Excn.h later (moved it to before last include).
    
    Test Plan: ./validate
    
    Reviewers: austin
    
    Reviewed By: austin
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D698
    e673b840