فهرست منبع

To fix issue #6984, #include <stdarg.h>

The file uses va_arg etc, so it should #include <stdarg.h>
EmployedRussian 1 سال پیش
والد
کامیت
46af28eb9e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pal/src/safecrt/output.inl

+ 1 - 1
pal/src/safecrt/output.inl

@@ -51,7 +51,7 @@ Buffer size required to be passed to _gcvt, fcvt and other fp conversion routine
 //#include <stddef.h>
 //#include <stddef.h>
 //#include <crtdefs.h>
 //#include <crtdefs.h>
 //#include <stdio.h>
 //#include <stdio.h>
-//#include <stdarg.h>
+#include <stdarg.h>
 //#include <cvt.h>
 //#include <cvt.h>
 //#include <conio.h>
 //#include <conio.h>
 //#include <internal.h>
 //#include <internal.h>