Browse Source

Update rtconfig.h

When useing the macro of  _WIN32 in the file of rtconfig.h , then the file of dfs_win32.c will removed and compiled some mistakes. Fix it.
pangweishen 8 years ago
parent
commit
5de8bb2c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bsp/simulator/rtconfig.h

+ 1 - 1
bsp/simulator/rtconfig.h

@@ -238,7 +238,7 @@
 
 #endif /* end of _MSC_VER */
 
-#ifdef _WIN32
+#ifdef _Win32
 #define RT_USING_DFS_WINSHAREDIR
 #endif