提交 e5edc5b0 编写于 作者: B Bernard Xiong

[DFS] Use the win32 stat structure if using MS VC++ compiler.

上级 d859e3e8
...@@ -255,6 +255,9 @@ ...@@ -255,6 +255,9 @@
#define DFS_S_IWOTH 00002 #define DFS_S_IWOTH 00002
#define DFS_S_IXOTH 00001 #define DFS_S_IXOTH 00001
#ifdef _MSC_VER
#include <wchar.h>
#else
struct stat struct stat
{ {
rt_device_t st_dev; rt_device_t st_dev;
...@@ -262,6 +265,7 @@ struct stat ...@@ -262,6 +265,7 @@ struct stat
rt_uint32_t st_size; rt_uint32_t st_size;
rt_time_t st_mtime; rt_time_t st_mtime;
}; };
#endif
struct statfs struct statfs
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册