فهرست منبع

[tests] add macro test for SOCKET_ERROR

Yuxiao Mao 1 ماه پیش
والد
کامیت
6352d47aba
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      other/tests/header_macro_clashes/check.h

+ 3 - 0
other/tests/header_macro_clashes/check.h

@@ -112,3 +112,6 @@
 #ifdef __valid
 #error "__valid is defined"
 #endif
+#ifdef SOCKET_ERROR
+#error "SOCKET_ERROR is defined"
+#endif