gecko-dev/toolkit/mozapps/update/common
Tom Ritter 53c32e8a26 Bug 1487126 Change uses of 3-argument wcstok to wcstok_s r=mhowell
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
2018-08-29 16:29:47 +00:00
..
certificatecheck.cpp
certificatecheck.h
errors.h
moz.build Bug 1487133 Move rpcrt4 out from behind the Maintenance Service if, as mingw disables that r=mhowell 2018-08-29 17:46:30 +00:00
pathhash.cpp
pathhash.h
readstrings.cpp
readstrings.h
registrycertificates.cpp
registrycertificates.h
uachelper.cpp
uachelper.h
updatecommon.cpp Bug 1487126 Change uses of 3-argument wcstok to wcstok_s r=mhowell 2018-08-29 16:29:47 +00:00
updatecommon.h
updatedefines.h
updatehelper.cpp Bug 1481907 Part 2 - Remove uses of GetTempFileName from updater code. r=rstrong 2018-08-13 13:52:55 -07:00
updatehelper.h Bug 1481907 Part 2 - Remove uses of GetTempFileName from updater code. r=rstrong 2018-08-13 13:52:55 -07:00
win_dirent.h