Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/leethomason/tinyxml2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Thomason <leethomason@gmail.com>2022-04-03 00:05:47 +0300
committerLee Thomason <leethomason@gmail.com>2022-04-03 00:05:47 +0300
commita2d675139b7aa8ee30483d6940123aef5cd2a04e (patch)
treee6cc7ade32c9c40a22d546ebbda2912919d2c20a
parenta1ea80ba74befae4d891acb26bb67db04546ed8e (diff)
-rwxr-xr-xtinyxml2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyxml2.cpp b/tinyxml2.cpp
index 5eebf39..bb51e08 100755
--- a/tinyxml2.cpp
+++ b/tinyxml2.cpp
@@ -104,7 +104,7 @@ distribution.
#define TIXML_FSEEK _fseeki64
#define TIXML_FTELL _ftelli64
#elif defined(__APPLE__) || defined(__FreeBSD__) || defined(__OpenBSD__) \
- || defined(__NetBSD__) || defined(__DragonFly__) || defined(__ANDROID__)
+ || defined(__NetBSD__) || defined(__DragonFly__) || defined(__ANDROID__) || (__CYGWIN__)
#define TIXML_FSEEK fseeko
#define TIXML_FTELL ftello
#elif defined(__unix__) && defined(__x86_64__)