9 Sep
2003
9 Sep
'03
7:49 p.m.
Robert Shearman <R.J.Shearman(a)warwick.ac.uk> writes:
+ struct list * pFreeList; + struct list * pUsedList;
You are not using the list functions the right way; these should be a struct list, not a struct list *. The rest of the code then gets a lot cleaner, you don't need any special cases for empty lists etc. -- Alexandre Julliard julliard(a)winehq.com