How do I link the ws2_32 dll?
On Feb 20, 2018 1:47 AM, "Marvin" testbot@winehq.org wrote:
Thank you for your contribution to Wine!
This is an automated notification to let you know that your patch has been reviewed and its status set to "Rejected".
This means that the patch has been rejected by a reviewer. You should have received a mail explaining why it was rejected. You need to fix the issue and resend the patch, or if you are convinced that your patch is good as is, you should reply to the rejection message with your counterarguments.
If you do not understand the reason for this status, disagree with our assessment, or are simply not sure how to proceed next, please ask for clarification by replying to this email.
2018-02-19 20:11 GMT-07:00 Isira Seneviratne isirasen96@gmail.com:
How do I link the ws2_32 dll?
Add this line to programs/ping/Makefile.in:
IMPORTS = ws2_32
See programs/netstat/Makefine.in for an example.
-Alex
Got it, thanks!
On Feb 20, 2018 9:47 AM, "Alex Henrie" alexhenrie24@gmail.com wrote:
2018-02-19 20:11 GMT-07:00 Isira Seneviratne isirasen96@gmail.com:
How do I link the ws2_32 dll?
Add this line to programs/ping/Makefile.in:
IMPORTS = ws2_32
See programs/netstat/Makefine.in for an example.
-Alex