Moreover, add macros to force the CRT usage when using MSVC. This is based on the LLVM one.
API Changes: LIEF::MachO::Parser won't return a 'std::vector' of MachO::Binary* but a pointer to MachO::FatBinary object It's a kind of wrapper on std::vector<MachO::Binary*>