Remove LIST_ITEM structure, and replace it by well-known LIST_ENTRY
authorHervé Poussineau <hpoussin@reactos.org>
Wed, 31 Oct 2007 15:31:46 +0000 (15:31 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Wed, 31 Oct 2007 15:31:46 +0000 (15:31 +0000)
commitdb07c0df92eca4f17270894cd41e96e72f5ea40c
tree07ede563fbb78cf93d38611c0ae08670fbff43b6
parentbe175a2797bebf709760f872a2f0b4b39c2e0b4f
Remove LIST_ITEM structure, and replace it by well-known LIST_ENTRY
Do according changes in callers
Fix a bug in IniGetSectionSettingNameSize/IniGetSectionSettingValueSize, which were expecting memory to be allocated contiguously

svn path=/trunk/; revision=30016
reactos/boot/freeldr/freeldr/bootmgr.c
reactos/boot/freeldr/freeldr/cache/blocklist.c
reactos/boot/freeldr/freeldr/cache/cache.c
reactos/boot/freeldr/freeldr/freeldr_base.rbuild
reactos/boot/freeldr/freeldr/include/cache.h
reactos/boot/freeldr/freeldr/include/inifile.h
reactos/boot/freeldr/freeldr/include/rtl.h
reactos/boot/freeldr/freeldr/inifile/ini_init.c
reactos/boot/freeldr/freeldr/inifile/inifile.c
reactos/boot/freeldr/freeldr/inifile/parse.c
reactos/boot/freeldr/freeldr/rtl/list.c [deleted file]