msvcrt: Fix strtok_s and _mbstok_s for empty strings. (v2)

Piotr Caban piotr.caban at gmail.com
Thu Aug 18 04:20:48 CDT 2016


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



More information about the wine-devel mailing list