enabe dfs_win32 in simulator when built on windows

This commit is contained in:
prife 2013-01-28 18:06:59 +08:00
parent 5cc1dcb879
commit 4f02e67bef
1 changed files with 3 additions and 1 deletions

View File

@ -137,7 +137,9 @@
/* DFS: windows share directory mounted to rt-thread/dfs */
/* only used in bsp/simulator */
//#define RT_USING_DFS_WINSHAREDIR
#ifdef _WIN32
#define RT_USING_DFS_WINSHAREDIR
#endif
/* the max number of mounted file system */
#define DFS_FILESYSTEMS_MAX 4