ws2_32: Avoid kernel32 functions in system APC calls.
commit49cdebad4bc3373f2a5723fd5868e3c35e606d6e
authorSebastian Lackner <sebastian@fds-team.de>
Fri, 6 Mar 2015 06:12:11 +0000 (6 07:12 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Mar 2015 12:09:45 +0000 (6 21:09 +0900)
tree6fb933332f1f7bd71de5857b9297d11ffe2bcb12
parentecda8fd501854b12acb52f757070ae1c20c76192
ws2_32: Avoid kernel32 functions in system APC calls.

kernel32 functions might modify the last error, which should be avoided here.
dlls/ws2_32/socket.c