Daniel Lehman : kernelbase: Add WaitOnAddress functions.

Alexandre Julliard julliard at winehq.org
Fri Oct 26 14:23:56 CDT 2018


Module: wine
Branch: master
Commit: 7c430f5b3cef93ac3ce85278ad9253afc81cfc40
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7c430f5b3cef93ac3ce85278ad9253afc81cfc40

Author: Daniel Lehman <dlehman25 at gmail.com>
Date:   Thu Oct 25 23:50:15 2018 -0700

kernelbase: Add WaitOnAddress functions.

Signed-off-by: Daniel Lehman <dlehman25 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/kernelbase.spec   |   6 +-
 dlls/kernelbase/main.c            |  28 ++++++
 dlls/kernelbase/tests/Makefile.in |   3 +-
 dlls/kernelbase/tests/sync.c      | 187 ++++++++++++++++++++++++++++++++++++++
 include/Makefile.in               |   1 +
 include/synchapi.h                |  34 +++++++
 include/winbase.h                 |   1 +
 7 files changed, 256 insertions(+), 4 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=7c430f5b3cef93ac3ce85278ad9253afc81cfc40



More information about the wine-cvs mailing list