From 5de8bb2c50b66660c21d30ea6f14f72a796c0558 Mon Sep 17 00:00:00 2001 From: pangweishen <271372443@qq.com> Date: Thu, 1 Sep 2016 14:09:42 +0800 Subject: [PATCH] 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. --- bsp/simulator/rtconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/simulator/rtconfig.h b/bsp/simulator/rtconfig.h index aa839f5621..531ee36185 100755 --- a/bsp/simulator/rtconfig.h +++ b/bsp/simulator/rtconfig.h @@ -238,7 +238,7 @@ #endif /* end of _MSC_VER */ -#ifdef _WIN32 +#ifdef _Win32 #define RT_USING_DFS_WINSHAREDIR #endif