kernel32: Don't use depth in RtlInterlockedFlushSList.
commit0669a8aca2dec4eaf6632e368832a8aec1c48ffd
authorDaniel Lehman <dlehman@esri.com>
Wed, 23 Oct 2013 05:47:26 +0000 (22 22:47 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Oct 2013 08:56:13 +0000 (24 10:56 +0200)
treeaa52ccdb956f0bc5fbc186e96ba94d132e711d88
parent35f0cf26b0225f31d662c834d55997a7a4bf3c59
kernel32: Don't use depth in RtlInterlockedFlushSList.

Depth wraps around at 65536 but list supports more elements.
dlls/kernel32/tests/sync.c
dlls/ntdll/rtl.c