在 2022-06-03 12:23, Rafael Lopez 写道:
Hi, I have attached a patch for missing prototypes snf definitions for winsock2.hFirst submission, feedback welcome :)
Thank you for the patch. However there are indeed some issues: 1. Please use C89 comments instead of C++ comments. 2. Please keep function declarations in a single line, and remove those `_In_`, `_Out_` annotation. This is because GCC used to only print a single in diagnostic messages. 3. `inline` should be replaced with `static FORCEINLINE`, as it is unavailable in C89. -- Best regards, LIU Hao
OpenPGP_signature
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
