1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-28 22:52:59 +04:00

Merge branch 'master' of https://github.com/vimproved/tinyxml2 into vimproved-master

This commit is contained in:
Lee Thomason
2023-11-21 12:16:06 -08:00
3 changed files with 2 additions and 4 deletions
-3
View File
@@ -114,9 +114,6 @@ distribution.
#define TIXML_FSEEK fseeko
#define TIXML_FTELL ftello
#endif
#elif defined(__unix__) && defined(__x86_64__)
#define TIXML_FSEEK fseeko64
#define TIXML_FTELL ftello64
#else
#define TIXML_FSEEK fseek
#define TIXML_FTELL ftell