Revert previous change, OF_EXIST really returns HFILE_ERROR.
[wine] / dlls / kernel / tests / mailslot.c
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-05-25  Alexandre JulliardRemoved STANDALONE ifdefs.
2005-04-11  Mike McCormackCalculate the size of the next mailslot message correctly.
2005-03-30  Mike McCormackImplement mailslots.
2005-03-28  Mike McCormackImplement CreateMailslot using NtCreateMailslotFile.
2005-02-10  Francois GougetAssorted spelling fixes.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-10-30  Mike McCormackAdded a test for mailslots.