server: Fix the file notification interface to use directory handles.
[wine] / dlls / kernel / change.c
2006-01-27  Mike McCormackserver: Fix the file notification interface to use...
2006-01-16  Mike McCormackkernel32: Move FileCDR16 in with the other 16bit file...
2005-12-09  Alexandre Julliardserver: Added object attributes to a few more requests.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-06-20  Mike McCormack- don't include winreg.h
2005-06-06  Alexandre JulliardMoved the kernel per-thread data out of the TEB into...
2005-01-31  Hans LeidekkerStub implementation for ReadDirectoryChangesW.
2004-05-13  Alexandre JulliardAdded proper support for switching file APIs between...
2004-04-17  Alexandre JulliardMake FindFirstFileExW and FindFirstChangeNotificationW...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-05-21  Alexandre JulliardMoved misc/error.c to dlls/kernel/error16.c.
2003-03-26  Alexandre JulliardImplemented file change notifications, based on a patch...