[Mesa-dev] [Bug 92183] linker.cpp:3187:46: error: ‘strtok_r’ was not declared in this scope
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 29 21:37:07 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=92183
--- Comment #1 from Tapani Pälli <lemody at gmail.com> ---
it seems strtok_s would be the windows equivalent:
https://msdn.microsoft.com/en-us/library/ftsafwz3.aspx
I can make a patch that uses strtok_s when on windows or maybe just go for
regular strtok() ? I can see there's some usage of regular strtok() in Mesa.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150930/c16d15e0/attachment.html>
More information about the mesa-dev
mailing list