Changeset 850 for trunk/dll/seeall.c
- Timestamp:
- Oct 7, 2007, 4:50:15 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/seeall.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/seeall.c
r847 r850 1998 1998 break; 1999 1999 ulFindCnt = ulFindMax; 2000 rc = xDosFindNext(hdir, pffbArray, sizeof(FILEFINDBUF3L) * ulFindCnt, &ulFindCnt); 2000 rc = xDosFindNext(hdir, 2001 pffbArray, 2002 sizeof(FILEFINDBUF3L) * ulFindCnt, 2003 &ulFindCnt, 2004 FIL_STANDARDL); 2001 2005 } while (!rc); 2002 2006 DosFindClose(hdir);
Note:
See TracChangeset
for help on using the changeset viewer.
