Selaa lähdekoodia

Fix for Borland C++ Builder 6

Wilfred van Velzen 10 vuotta sitten
vanhempi
commit
67abee5610
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

@@ -24,7 +24,7 @@ distribution.
 #include "tinyxml2.h"
 #include "tinyxml2.h"
 
 
 #include <new>		// yes, this one new style header, is in the Android SDK.
 #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 <stddef.h>
 #   include <stdarg.h>
 #   include <stdarg.h>
 #else
 #else