msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
commit2ec3b961355108176cb806797dc4836068d44c63
authorAlexandre Julliard <julliard@winehq.org>
Sat, 14 Jan 2006 16:24:49 +0000 (14 17:24 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 14 Jan 2006 16:24:49 +0000 (14 17:24 +0100)
tree621e9238a12947082cb65745dbb6c8db195604e2
parentf9e5b0f5f03e47d46b05d9fe276ae390fd0ab95f
msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
dlls/msvcrt/msvcrt.h
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/string.c
dlls/msvcrt/wcs.c