Don't try to access floppy if it's not mounted.
[wine] / dlls / kernel / tests / thread.c
2005-03-25  Jakob ErikssonFix thread affinity test for SMP machines.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-11-03  Robert ShearmanFix broken thread start routines.
2004-08-09  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-02-09  Francois GougetAssorted spelling and case fixes.
2004-02-06  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-16  Rolf KalbermatterRemove <ntstatus.h> to allow compilation with MS PSDK...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-18  Francois GougetTypos/spelling fixes.
2003-01-20  Francois Gouget{Get,Set}ThreadPriorityBoost are stubs on Win98.
2002-11-30  Francois Gouget{Get,Set}ThreadPriorityBoost and SetThreadIdealProcesso...
2002-11-30  Alexandre JulliardPartially implemented kernel/user times in GetThreadTim...
2002-11-25  Alexandre JulliardMoved some GetThreadTimes tests out of the todo block.
2002-10-09  Jeff SmithSpelling corrections.
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-04-03  Geoffrey HausheerCleaned up a bit, removed todos for OpenThread, avoid...
2002-04-02  Geoffrey HausheerAdded test for thread functions.