ntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
[wine] / dlls / kernel / resource.c
2005-12-16  Alexandre JulliardTake advantage of the __EXCEPT_PAGE_FAULT macro.
2005-12-16  Alexandre JulliardWe no longer need to handle EXCEPTION_PRIV_INSTRUCTION...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-06-20  Mike McCormack- don't include winreg.h
2005-01-03  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-09-29  Vincent BéronKeep the original resources if !bDeleteExistingResources in
2004-09-14  Vincent BéronImplement BeginUpdateResource and UpdateResource.
2004-08-10  Hans LeidekkerFix signed/unsigned comparison warnings.
2003-12-13  Alexandre JulliardAdded exception handlers in FindResourceExA/W (based...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-24  Alexandre JulliardMoved tape.c to dlls/kernel.
2003-05-13  Dmitry TimoshkovFix an obvious typo in get_res_name. Spotted by Mike...
2003-05-07  Alexandre JulliardAdded NONAMELESSUNION/STRUCT defines.
2003-05-07  Alexandre JulliardMoved the EnumResource* functions to the kernel dll...
2003-04-30  Alexandre JulliardMoved most of the kernel resource APIs to dlls/kernel.