[PATCH] services: Initialize OVERLAPPED Offset and OffsetHigh to 0.
Submitting the patch from this bug: https://bugs.winehq.org/show_bug.cgi?id=48735 thanks, Jefferson
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=66891 Your paranoid android. === debiant (build log) === ../../../wine/programs/services/rpc.c:1136:17: error: ‘union <anonymous>’ has no member named ‘Offset’ ../../../wine/programs/services/rpc.c:1137:17: error: ‘union <anonymous>’ has no member named ‘OffsetHigh’ Task: The win32 build failed === debiant (build log) === ../../../wine/programs/services/rpc.c:1136:17: error: ‘union <anonymous>’ has no member named ‘Offset’ ../../../wine/programs/services/rpc.c:1137:17: error: ‘union <anonymous>’ has no member named ‘OffsetHigh’ Task: The wow64 build failed
participants (2)
-
Jefferson Carpenter -
Marvin