================
@@ -20,6 +20,10 @@
 #include <optional>
 #include <string>
 
+#ifdef SendMessage
+#undef SendMessage
+#endif
+
----------------
labath wrote:

I guess that means we're including a windows header somewhere. Any chance to 
avoid that? Llvm is pretty strict about that. Lldb is not, though I think it's 
a good practice.

https://github.com/llvm/llvm-project/pull/104238
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to