Generate 16-bit resources in the proper format inside the module data,
[wine] / dlls / kernel / resource.c
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.