================ @@ -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" ---------------- JDevlieghere wrote:
Please use the same comment as everywhere else: ```suggestion // LLDB Python header must be included first. #include "../lldb-python.h" ``` https://github.com/llvm/llvm-project/pull/181493 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
