mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
53c32e8a26
the Mingw Clang build failed because a 3-argument form of wcstok could not be found, despite it apparently being part of the C++ standard. Multiple forms of header files were tried. By comparison, wcstok_s is already used (e.g. widget/windows/WinUtils.cpp) and does the correct thing. So change the functions over to that one. Differential Revision: https://phabricator.services.mozilla.com/D4568 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
certificatecheck.cpp | ||
certificatecheck.h | ||
errors.h | ||
moz.build | ||
pathhash.cpp | ||
pathhash.h | ||
readstrings.cpp | ||
readstrings.h | ||
registrycertificates.cpp | ||
registrycertificates.h | ||
uachelper.cpp | ||
uachelper.h | ||
updatecommon.cpp | ||
updatecommon.h | ||
updatedefines.h | ||
updatehelper.cpp | ||
updatehelper.h | ||
win_dirent.h |