[Lldb-commits] [lldb] [lldb-dap] Add testcases for stdio redirection on different console types. (PR #175048)
Sergei Druzhkov via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 8 11:22:21 PST 2026
================
@@ -25,6 +25,9 @@
#if !defined(_WIN32)
#include <unistd.h>
#endif
+#ifdef _WIN32
----------------
DrSergei wrote:
nit: maybe use `#else`
https://github.com/llvm/llvm-project/pull/175048
More information about the lldb-commits
mailing list