On Tue, Mar 14, 2017 at 10:05 AM, Janne Blomqvist
wrote:
> On Tue, Mar 14, 2017 at 6:32 AM, NightStrike wrote:
>> On Mon, Mar 13, 2017 at 5:01 AM, Janne Blomqvist
>> wrote:
>>> On Sun, Mar 12, 2017 at 10:46 PM, Janne Blomqvist
>>> wrote:
On Sun, Mar 12, 2017 at 7:26 PM, NightStrike wrote:
On Tue, Mar 14, 2017 at 6:32 AM, NightStrike wrote:
> On Mon, Mar 13, 2017 at 5:01 AM, Janne Blomqvist
> wrote:
>> On Sun, Mar 12, 2017 at 10:46 PM, Janne Blomqvist
>> wrote:
>>> On Sun, Mar 12, 2017 at 7:26 PM, NightStrike wrote:
On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
wrot
On Mon, Mar 13, 2017 at 5:01 AM, Janne Blomqvist
wrote:
> On Sun, Mar 12, 2017 at 10:46 PM, Janne Blomqvist
> wrote:
>> On Sun, Mar 12, 2017 at 7:26 PM, NightStrike wrote:
>>> On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
>>> wrote:
Don't try to use rand_s on CYGWIN
CYGWIN see
On Sun, Mar 12, 2017 at 10:46 PM, Janne Blomqvist
wrote:
> On Sun, Mar 12, 2017 at 7:26 PM, NightStrike wrote:
>> On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
>> wrote:
>>> Don't try to use rand_s on CYGWIN
>>>
>>> CYGWIN seems to include _mingw.h and thus __MINGW64_VERSION_MAJOR is
>>> defi
On Sun, Mar 12, 2017 at 7:26 PM, NightStrike wrote:
> On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
> wrote:
>> Don't try to use rand_s on CYGWIN
>>
>> CYGWIN seems to include _mingw.h and thus __MINGW64_VERSION_MAJOR is
>> defined even though rand_s is not available. Thus add an extra check
>
On Sun, Mar 12, 2017 at 1:26 PM, NightStrike wrote:
> On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
> wrote:
>> Don't try to use rand_s on CYGWIN
>>
>> CYGWIN seems to include _mingw.h and thus __MINGW64_VERSION_MAJOR is
>> defined even though rand_s is not available. Thus add an extra check
>
On Mon, Feb 27, 2017 at 6:15 AM, Janne Blomqvist
wrote:
> Don't try to use rand_s on CYGWIN
>
> CYGWIN seems to include _mingw.h and thus __MINGW64_VERSION_MAJOR is
> defined even though rand_s is not available. Thus add an extra check
> for __CYGWIN__.
>
> Thanks to Tim Prince and Nightstrike for
Don't try to use rand_s on CYGWIN
CYGWIN seems to include _mingw.h and thus __MINGW64_VERSION_MAJOR is
defined even though rand_s is not available. Thus add an extra check
for __CYGWIN__.
Thanks to Tim Prince and Nightstrike for bringing this issue to my attention.
Committed as r245755.
2017-02