On Sun, Aug 14, 2011 at 5:55 PM, NightStrike <[email protected]> wrote: > Ping? > > On Tue, Jun 28, 2011 at 4:24 PM, NightStrike <[email protected]> wrote: >> Patch? :) >>
We do have _strerror_s() but not the non-underscore-prefixed variant, and they _are_ different: _CRTIMP errno_t __cdecl _strerror_s (char * /* outbuf */, size_t /* nelem */, const char * /* error_msg */); _CRTIMP errno_t __cdecl strerror_s (char * /* outbuf */, size_t /* nelem */, int /* error_num */); The def files have both exports, but the header is missing the second one. >> On Tue, Jun 28, 2011 at 3:29 PM, Ruben Van Boxem >> <[email protected]> wrote: >>> Hi guys, >>> >>> When trying out some stupid exotic library (it was glog or something) >>> I ran into an undeclared secure function variant: >>> strerror_s >>> >>> Here's the full list of functions that would need to be declared: >>> http://msdn.microsoft.com/en-us/library/wd3wzwts%28v=VS.100%29.aspx >>> >>> There may be others, I haven't checked. >>> >>> Thanks, >>> >>> Ruben >>> >> > -- O.S. ------------------------------------------------------------------------------ FREE DOWNLOAD - uberSVN with Social Coding for Subversion. Subversion made easy with a complete admin console. Easy to use, easy to manage, easy to install, easy to extend. Get a Free download of the new open ALM Subversion platform now. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
