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

Note TestClient.cpp and LLGSTest.cpp already contain this code. Windows headers 
are necessary for socket definitions. It is impossible to separate them. This 
fix is necessary because the order of headers has been changed. Note we can 
remove the same code in TestClient.cpp and LLGSTest.cpp. I just minimized 
changes. Should I remove it from TestClient.cpp and LLGSTest.cpp?

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