From e9fac0c0122f81337e930fb45e6c194d62e3c070 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 28 Jan 2022 01:48:41 -0500 Subject: [PATCH] remove outdated comment --- include/rtdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdef.h b/include/rtdef.h index 66d30001a0..c6ea284ddf 100644 --- a/include/rtdef.h +++ b/include/rtdef.h @@ -204,7 +204,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */ /* initialization export */ #ifdef RT_USING_COMPONENTS_INIT typedef int (*init_fn_t)(void); -#ifdef _MSC_VER /* we do not support MS VC++ compiler */ +#ifdef _MSC_VER #pragma section("rti_fn$f",read) #if RT_DEBUG_INIT struct rt_init_desc