We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 302fa51 + e9fac0c commit cd929f0Copy full SHA for cd929f0
1 file changed
include/rtdef.h
@@ -204,7 +204,7 @@ typedef rt_base_t rt_off_t; /**< Type for offset */
204
/* initialization export */
205
#ifdef RT_USING_COMPONENTS_INIT
206
typedef int (*init_fn_t)(void);
207
-#ifdef _MSC_VER /* we do not support MS VC++ compiler */
+#ifdef _MSC_VER
208
#pragma section("rti_fn$f",read)
209
#if RT_DEBUG_INIT
210
struct rt_init_desc
0 commit comments