lvc / abi-compliance-checker

A tool for checking backward API/ABI compatibility of a C/C++ library
https://lvc.github.io/abi-compliance-checker/
GNU Lesser General Public License v2.1
621 stars 76 forks source link

Make ABI checker work for VS2017 and VS2019 on Windows #103

Closed zhuda closed 4 years ago

zhuda commented 4 years ago

1920 is the VS2019 RTW defined _MSC_VER version. This issue is described at https://github.com/lvc/abi-compliance-checker/issues/102

zhuda commented 4 years ago

@lvc please take a review.

lvc commented 4 years ago

Thanks!