Merge pull request #230 from antonindrawan/master

Compile TinyXml2 with the Dinkum C++ of QNX 6.5 and QNX 6.6.
This commit is contained in:
Lee Thomason
2014-11-27 22:34:34 -08:00
3 changed files with 5 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ distribution.
#ifndef TINYXML2_INCLUDED
#define TINYXML2_INCLUDED
#if defined(ANDROID_NDK) || defined(__BORLANDC__)
#if defined(ANDROID_NDK) || defined(__BORLANDC__) || defined(__QNXNTO__)
# include <ctype.h>
# include <limits.h>
# include <stdio.h>