Displaying 1 result from an estimated 1 matches for "2b7193f3".
2014 Sep 20
2
vsnprintf_s and vsnprintf
On 9/21/2014 06:58, lvqcl wrote:
> Erik de Castro Lopo wrote:
>
>>> MSVS version of vsnprintf_s is located inside (statically linked) msvcp???.lib
>>> or (dynamically linked) msvcp???.dll. They are part of MSVS runtime, and compatible
>>> with WinXP. So it is safe to use it in FLAC.
>>
>> Oh, ok. I missed this bit. I know so very little about Windows.