We really should do something with '__in' and '__out' from driverspecs.h.

Please review.

 mingw-w64-headers/include/driverspecs.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/mingw-w64-headers/include/driverspecs.h 
b/mingw-w64-headers/include/driverspecs.h
index 2fa89a1..d8d2f1b 100644
--- a/mingw-w64-headers/include/driverspecs.h
+++ b/mingw-w64-headers/include/driverspecs.h
@@ -15,11 +15,15 @@
 /*
  * FIXME: These annotations are not driver-only and does not belong here
  */
-#define __in
+/* for compatibility with GNU libstdc++ we comment out
+ * #define __in
+ */
 #define __in_bcount(Size)
 #define __in_ecount(Size)
 
-#define __out
+/* for compatibility with GNU libstdc++ we comment out
+ * #define __out
+ */
 #define __out_bcount(Size)
 #define __out_bcount_part(Size, Length)
 #define __out_ecount(Size)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to