|
Blender V4.3
|
#include <BLI_winstuff.h>
Public Attributes | |
| int | d_ino |
| int | d_off |
| unsigned short | d_reclen |
| char * | d_name |
Directory reading compatibility with UNIX.
Definition at line 67 of file BLI_winstuff.h.
| int dirent::d_ino |
Definition at line 68 of file BLI_winstuff.h.
| char* dirent::d_name |
Definition at line 71 of file BLI_winstuff.h.
Referenced by autocomplete_directory(), BKE_ptcache_disk_cache_rename(), BKE_ptcache_id_clear(), BKE_ptcache_id_time(), BKE_ptcache_load_external(), bli_builddir(), and recursive_operation_impl().
| int dirent::d_off |
Definition at line 69 of file BLI_winstuff.h.
| unsigned short dirent::d_reclen |
Definition at line 70 of file BLI_winstuff.h.