Skip to content
  • Tamar Christina's avatar
    Fix Windows build after D1874 · 01c587c0
    Tamar Christina authored and Ben Gamari's avatar Ben Gamari committed
    Windows uses wchar_t* for paths. The code committed won't compile for
    Windows as the types are incorrect and the types in the branches of the
    ternary operator aren't consistent.
    
    Test Plan: ./validate --fast
    
    Reviewers: austin, rwbarton, erikd, bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1878
    01c587c0