On Thu, Jan 22, 2015 at 10:15 AM, LRN <lrn1...@gmail.com> wrote:
> On 22.01.2015 5:01, Dongsheng Song wrote:
>> On Thu, Jan 22, 2015 at 1:03 AM, Alexey Pavlov <alex...@gmail.com> wrote:
>>>
>>> Current "mkstemp" implementation call "_sopen_s" that is not present in
>>> WinXP msvcrt.dll. So this break supporting WinXP.
>>>
>>
>> I have no WinXP now, but '_sopen_s' in the msvcrt.def file:
>>
>> $ grep _sopen_s mingw-w64-crt/def-include/msvcrt-common.def.in
>> mingw-w64-crt/lib32/msvcrt.def.in
>>
>> mingw-w64-crt/lib32/msvcrt.def.in:_sopen_s
>
> That means nothing.
>

I don't think so. This file based on XP msvcrt.dll. If we add symbols
which did not in the XP, all functions should be marked with DATA.

Anyway, I will push a patch which use _sopen instead of _sopen_s.

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to