Hi,
On 08/18/16 11:06, Bernhard Übelacker wrote:
- if(!p_strtok_s) {
win_skip("strtok_s not found.\n");
return;
- }
There's one more thing that I missed earlier - strtok_s/mbstok_s is always available in msvcr90. There's no point in checking it. Sorry for not spotting it earlier.
Thanks you, Piotr