Damjan Jovanovic : ntdll: Slist support.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 5 15:25:36 CST 2007


Module: wine
Branch: master
Commit: 07db8882c24281ca0acd8435d0e0b31a448ba59d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07db8882c24281ca0acd8435d0e0b31a448ba59d

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Fri Feb  2 16:41:15 2007 +0200

ntdll: Slist support.

Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.

---

 dlls/kernel32/kernel32.spec |   10 ++--
 dlls/kernel32/tests/sync.c  |   94 +++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec       |   14 ++--
 dlls/ntdll/rtl.c            |  130 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 236 insertions(+), 12 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=07db8882c24281ca0acd8435d0e0b31a448ba59d



More information about the wine-cvs mailing list