We have a number of files where we use sscanf() sometimes we use the macro from Platform.h, other times we explicitly #ifdef _WIN32.
The macro usage is fragile, we should make the code consistent in using whatever solution we decide, at a minimum I would propose all code should use the macro, though ideally we should also replace the macro with something more suitably robust