================ @@ -11,6 +11,10 @@ #if LLDB_ENABLE_PYTHON +// Include lldb-python.h first to define NO_PID_T on Windows before any +// LLDB header transitively pulls in PosixApi.h. +#include "../lldb-python.h" ---------------- rchamala wrote:
Sure, updated in https://github.com/llvm/llvm-project/pull/181498 https://github.com/llvm/llvm-project/pull/181493 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
