Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Дата
Msg-id 4F3FDEEB.3000505@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-committers

On 02/18/2012 11:50 AM, Michael Meskes wrote:
> On Sat, Feb 18, 2012 at 11:26:30AM -0500, Andrew Dunstan wrote:
>> I think you need a test like:
>>
>>      #if defined(WIN32)&&  ! defined(__GNUC__)
> I found WIN32_ONLY_COMPILER used elsewhere and tried that. So far I've seen no
> new red on the buildfarm.
>

Yeah, that should work too.

cheers

andrew

В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.