ntdll: a simple implementation of cross-process NtAllocateVirtualMemory

2006-06-02 Thread tkho
Hello, I ran across the need to do memory allocations across processes and came upon Alexander Yaworsky's patch at http://www.winehq.org/pipermail/wine-devel/2004-September/029953.html and took a different approach. Instead of waiting for the target process to check a fd, I changed the implementat

[patch] riched20 conformance test

2006-01-19 Thread tkho
Greetings, I have started writing a conformance test for the rich edit control (riched20). The purpose is for students in UCLA's CS 130 Software Engineering course to first extend this conformance test to test conformance to unimplemented features, and then later implement their chosen featur