Use strlen or lstrlenA as appropriate to avoid signed/unsigned
[wine] / dlls / kernel / tests / process.c
2002-12-18  Francois GougetUse strlen or lstrlenA as appropriate to avoid signed...
2002-06-22  Alexandre JulliardAdded printf format checking to the ok() and trace...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-23  Francois GougetMake the tests compile with Visual C++.
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-04-21  Eric PouechAdded a framework for testing CreateProcess and a few...