8324865: windows-x64-slowdebug still does not build after JDK-8324840

Reviewed-by: dholmes, dcubed
This commit is contained in:
Vladimir Kozlov 2024-01-30 01:08:18 +00:00
parent 64c3642c57
commit b6d364ad88

@ -27,7 +27,10 @@
#include "memory/allStatic.hpp"
#include <string.h>
#ifdef _WINDOWS
// strtok_s is the Windows thread-safe equivalent of POSIX strtok_r
# define strtok_r strtok_s
#endif
class StringUtils : AllStatic {
public: