Skip to content

Commit

Permalink
Merge branch 'work/dfaure/Wundef' of https://github.com/dfaure-kdab/t…
Browse files Browse the repository at this point in the history
…inyxml2 into dfaure-kdab-work/dfaure/Wundef
  • Loading branch information
leethomason committed Nov 21, 2023
2 parents 7c99119 + 5080faa commit 6b6d121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyxml2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ distribution.
#if defined(_WIN64)
#define TIXML_FSEEK _fseeki64
#define TIXML_FTELL _ftelli64
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || (__CYGWIN__)
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__CYGWIN__)
#define TIXML_FSEEK fseeko
#define TIXML_FTELL ftello
#elif defined(__ANDROID__)
Expand Down

0 comments on commit 6b6d121

Please sign in to comment.