wine/ include/winternl.h dlls/ntdll/nt.c dlls/ ...

Alexandre Julliard julliard at winehq.org
Mon Mar 28 04:03:57 CST 2005


ChangeSet ID:	16886
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/28 04:03:57

Modified files:
	include        : winternl.h 
	dlls/ntdll     : nt.c file.c 
	dlls/kernel/tests: mailslot.c 
	dlls/kernel    : sync.c 

Log message:
	Mike McCormack <mike at codeweavers.com>
	Implement CreateMailslot using NtCreateMailslotFile.

Patch: http://cvs.winehq.org/patch.py?id=16886

Old revision  New revision  Changes     Path
 1.110         1.111         +1 -0       wine/include/winternl.h
 1.74          1.75          +0 -10      wine/dlls/ntdll/nt.c
 1.79          1.80          +42 -0      wine/dlls/ntdll/file.c
 1.5           1.6           +3 -9       wine/dlls/kernel/tests/mailslot.c
 1.72          1.73          +41 -3      wine/dlls/kernel/sync.c




More information about the wine-cvs mailing list