Daniel Lehman : kernelbase: Add WaitOnAddress functions.
Module: wine Branch: master Commit: 7c430f5b3cef93ac3ce85278ad9253afc81cfc40 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7c430f5b3cef93ac3ce85278a... Author: Daniel Lehman <dlehman25(a)gmail.com> Date: Thu Oct 25 23:50:15 2018 -0700 kernelbase: Add WaitOnAddress functions. Signed-off-by: Daniel Lehman <dlehman25(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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=7c430f5b3cef93ac3ce85...
participants (1)
-
Alexandre Julliard