gecko-dev/toolkit/mozapps
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
..
downloads Bug 1484496: Part 5b - Convert toolkit/ nsISimpleEnumerator users to use JS iteration. r=Gijs 2018-08-18 19:27:50 -07:00
extensions Bug 1486182: Part 2a - Add Services.catMan getter for the category manager. r=mossop 2018-08-24 22:13:57 -07:00
handling Bug 1484496: Part 5b - Convert toolkit/ nsISimpleEnumerator users to use JS iteration. r=Gijs 2018-08-18 19:27:50 -07:00
installer Bug 1485484 - Always fill in the optional third parameter to ApplicationID::Set. r=agashlin 2018-08-22 20:38:12 +00:00
preferences Bug 1485426 - Use createXULElement instead of createElement in XUL docs. r=bgrins 2018-08-25 00:16:27 +00:00
update Bug 1487126 Change uses of 3-argument wcstok to wcstok_s r=mhowell 2018-08-29 16:29:47 +00:00