LGTM.
But why not _CRTIMP it?

On 08 Jul, Jacek Caban wrote :
> ---
>  mingw-w64-headers/crt/sec_api/stdio_s.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> 

> diff --git a/mingw-w64-headers/crt/sec_api/stdio_s.h 
> b/mingw-w64-headers/crt/sec_api/stdio_s.h
> index 8da6ddf..26f43fb 100644
> --- a/mingw-w64-headers/crt/sec_api/stdio_s.h
> +++ b/mingw-w64-headers/crt/sec_api/stdio_s.h
> @@ -29,6 +29,7 @@ extern "C" {
>    _CRTIMP int __cdecl _fscanf_l(FILE *_File,const char *_Format,_locale_t 
> _Locale,...);
>    _CRTIMP int __cdecl _sscanf_l(const char *_Src,const char 
> *_Format,_locale_t _Locale,...);
>    _CRTIMP int __cdecl _sscanf_s_l(const char *_Src,const char 
> *_Format,_locale_t _Locale,...);
> +  int __cdecl sscanf_s(const char*,const char*,...);
>    _CRTIMP int __cdecl _snscanf_s(const char *_Src,size_t _MaxCount,const 
> char *_Format,...);
>    _CRTIMP int __cdecl _snscanf_l(const char *_Src,size_t _MaxCount,const 
> char *_Format,_locale_t _Locale,...);
>    _CRTIMP int __cdecl _snscanf_s_l(const char *_Src,size_t _MaxCount,const 
> char *_Format,_locale_t _Locale,...);
> 

> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/

> _______________________________________________
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


-- 
With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to