Wrap 'callfopen' function with 'TINYXML2_FILE_SUPPORT' to ensure consistency
The 'callfopen' function, used for opening files, is now wrapped with the 'TINYXML2_FILE_SUPPORT' preprocessor directive. This change aligns with the usage in 'LoadFile' and 'SaveFile' functions, which are also wrapped with 'TINYXML2_FILE_SUPPORT'. This ensures that the function is only compiled and used when file support is enabled, providing consistency across the codebase.
Change-Id: I406c09db435d50f27daa244e39941d07c0fd3d4a
Change-Id is a gerrit feature, and should not be included in a github pull request.
@admorgan , Thanks for your comment.
TINYXML2_FILE_SUPPORT isn't defined anywhere - how can this work?
The TINYXML2_FILE_SUPPORT configuration exists in my local repository. Sorry that it doesn't exist in upstream.
It doesn't make sense to integrate something that isn't in this repo.