ntdll/tests: Use GetModuleHandle and skip.
[wine] / dlls / ntdll / tests / om.c
2007-04-04  Rob Shearmanntdll: Pass the correct value to NtClose in the tests.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-13  Stefan HuehnerMark several functions as static.
2007-01-22  Paul Vriensntdll: Extra check for ObjectAttributes (Coverity).
2007-01-09  Michael Stefaniucjanitorial: Remove stray '\' at end of lines.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-05  Vitaliy MargolenMove named pipe objects into directory name space.
2005-12-02  Vitaliy MargolenMove event and mutex objects into directory name space.
2005-11-30  Vitaliy MargolenImplement symbolic link object in wineserver.
2005-11-29  Vitaliy MargolenImplement directory object in wineserver.
2005-11-21  Vitaliy MargolenReturn correct error on name collision when creating...
2005-11-21  Vitaliy MargolenMore Object Manager tests.
2005-11-02  Vitaliy MargolenFix error returned when opening nonexistent pipes.
2005-11-01  Vitaliy MargolenFix error returned when exceeding allowed instances.
2005-11-01  Vitaliy Margolen- Use OBJ_CASE_INSENSITIVE in object lookup.
2005-09-30  Vitaliy MargolenAdd a few tests for object manager.