Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
[wine] / server / mailslot.c
2005-07-14  Robert ShearmanMake mailslots use as much of the default async fd...
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-10  Robert ShearmanChange code style of form "if( x )" to "if (x)" for...
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-05-07  Robert LunnonInclude <sys/filio.h> on platforms that support it.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-03-30  Mike McCormackImplement mailslots.