mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-26 01:07:21 +00:00
优化dfs.h和dirent.h的包含关系
This commit is contained in:
@@ -44,11 +44,7 @@ typedef struct
|
||||
#ifndef HAVE_DIRENT_STRUCTURE
|
||||
#define HAVE_DIRENT_STRUCTURE
|
||||
|
||||
#ifdef DFS_PATH_MAX
|
||||
#define DIRENT_NAME_MAX DFS_PATH_MAX
|
||||
#else
|
||||
#define DIRENT_NAME_MAX 256
|
||||
#endif
|
||||
|
||||
struct dirent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user