mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:12:58 +00:00
[SETUPLIB][USETUP] Remove the deprecated GenericListHasSingleEntry() function and use instead GetNumberOfListEntries().
- Few FIXMEs get fixed in the process. - Add some diagnostic ASSERTs.
This commit is contained in:
parent
a635aa8475
commit
a972948051
5 changed files with 24 additions and 39 deletions
|
@ -66,8 +66,4 @@ ULONG
|
|||
GetNumberOfListEntries(
|
||||
IN PGENERIC_LIST List);
|
||||
|
||||
BOOLEAN
|
||||
GenericListHasSingleEntry(
|
||||
IN PGENERIC_LIST List);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue