mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8324865: windows-x64-slowdebug still does not build after JDK-8324840
Reviewed-by: dholmes, dcubed
This commit is contained in:
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user