Changeset 781 for trunk/thirds/dirent-win32
- Timestamp:
- Jun 27, 2016, 8:58:38 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/dirent-win32/dirent.h
r476 r781 287 287 } 288 288 if (FindNextFileA (dirp->search_handle, &dirp->find_data) == FALSE) { 289 /* the very last entry has been processed or an error occur ed */289 /* the very last entry has been processed or an error occurred */ 290 290 FindClose (dirp->search_handle); 291 291 dirp->search_handle = INVALID_HANDLE_VALUE;
Note: See TracChangeset
for help on using the changeset viewer.