commit | 67abee56108c67103397c0fff2d3613bacc41fcf | [log] [tgz] |
---|---|---|
author | Wilfred van Velzen <wilfred@sercom.nl> | Fri Mar 25 14:01:15 2016 +0100 |
committer | Wilfred van Velzen <wilfred@sercom.nl> | Fri Mar 25 14:01:15 2016 +0100 |
tree | 0e463511e473bed7cbb7b947f22a8ea841bc1d58 | |
parent | fe5dbdb8171ad0a0346fe55b26560cc2a18d61fe [diff] [blame] |
Fix for Borland C++ Builder 6
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index df49d0d..0a541f3 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -24,7 +24,7 @@ #include "tinyxml2.h" #include <new> // yes, this one new style header, is in the Android SDK. -#if defined(ANDROID_NDK) || defined(__QNXNTO__) +#if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__) # include <stddef.h> # include <stdarg.h> #else