Zebediah Figura : ws2_32: Do not use the WS_ prefix in PE code.
Module: wine Branch: master Commit: 815ac66558bfc035c03cb694cd7c36986c3150a4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=815ac66558bfc035c03cb694c... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Wed Aug 4 21:20:48 2021 -0500 ws2_32: Do not use the WS_ prefix in PE code. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ws2_32/Makefile.in | 1 - dlls/ws2_32/async.c | 30 +- dlls/ws2_32/protocol.c | 269 +++++++------ dlls/ws2_32/socket.c | 870 +++++++++++++++++++++---------------------- dlls/ws2_32/unixlib.c | 1 + dlls/ws2_32/ws2_32.spec | 62 +-- dlls/ws2_32/ws2_32_private.h | 8 +- 7 files changed, 598 insertions(+), 643 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=815ac66558bfc035c03cb...
participants (1)
-
Alexandre Julliard