--- np2/common/lstarray.c 2005/02/07 14:46:08 1.4 +++ np2/common/lstarray.c 2005/02/09 20:11:34 1.5 @@ -126,7 +126,7 @@ UINT listarray_getpos(LISTARRAY laHandle } void *listarray_enum(LISTARRAY laHandle, - BRESULT (*cbProc)(void *vpItem, void *vpArg), void *vpArg) { + BOOL (*cbProc)(void *vpItem, void *vpArg), void *vpArg) { UINT i;