[Lldb-commits] [lldb] 0e86f39 - [lldb/test] Fix TestPlatform*.py Windows failures (NFC)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 3 01:27:02 PDT 2020


On 02/09/2020 21:42, Med Ismail Bennani via lldb-commits wrote:
> +#if defined(_WIN32) || defined(_WIN64)

BTW, _WIN32 is also defined for 64 bit windows systems -- the macro
really means "_not_ win16" rather than what the name would imply.

pl


More information about the lldb-commits mailing list