summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-27 11:07:53 +0100
committerGitHub <noreply@github.com>2023-02-27 11:07:53 +0100
commit1a0d76d1c6251067df8a2c18816b2316b6950dfa (patch)
tree68d4251a95831b439ab332290680ab1942625fc3
parent7b119e54bbbcaeeec03cf2e6e7a3ff889e08fd12 (diff)
parent26ed33ba535cc904c88c4405f58e7e67343096eb (diff)
downloadATCD-1a0d76d1c6251067df8a2c18816b2316b6950dfa.tar.gz
Merge pull request #2055 from jwillemsen/jwi-curtfix
Ruby 3.1 ships ucrt which has a 3 param wcstok
-rw-r--r--ACE/ace/config-win32-mingw64.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-mingw64.h b/ACE/ace/config-win32-mingw64.h
index f7414ebda54..1d378aa1e23 100644
--- a/ACE/ace/config-win32-mingw64.h
+++ b/ACE/ace/config-win32-mingw64.h
@@ -128,5 +128,10 @@
#define ACE_DLL_PREFIX ACE_TEXT ("lib")
+#if defined(_UCRT)
+# define ACE_HAS_3_PARAM_WCSTOK
+#endif
+
+
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_WIN32_MINGW64_H */