summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal/gtest-port.h
diff options
context:
space:
mode:
authorChris Johnson <chrisjohnsonmail@gmail.com>2023-06-22 16:52:54 (GMT)
committerChris Johnson <chrisjohnsonmail@gmail.com>2023-06-22 16:56:59 (GMT)
commite3d405f62b61a228e5359208b1fa933e03eadc65 (patch)
treec91b735714d8d1b4a7258dad4d56338faabb8ecc /googletest/include/gtest/internal/gtest-port.h
parent06f44bc951046150f1348598854b211afdcf37fc (diff)
downloadgoogletest-e3d405f62b61a228e5359208b1fa933e03eadc65.zip
googletest-e3d405f62b61a228e5359208b1fa933e03eadc65.tar.gz
googletest-e3d405f62b61a228e5359208b1fa933e03eadc65.tar.bz2
add support for nxp qn9090 mcu
Added additional defines to correctly detect the NXP QN9090 MCU platform and allow for native googletest compability.
Diffstat (limited to 'googletest/include/gtest/internal/gtest-port.h')
-rw-r--r--googletest/include/gtest/internal/gtest-port.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-port.h b/googletest/include/gtest/internal/gtest-port.h
index d71110c..8b66714 100644
--- a/googletest/include/gtest/internal/gtest-port.h
+++ b/googletest/include/gtest/internal/gtest-port.h
@@ -505,7 +505,8 @@ typedef struct _RTL_CRITICAL_SECTION GTEST_CRITICAL_SECTION;
#if (!(defined(GTEST_OS_LINUX_ANDROID) || defined(GTEST_OS_CYGWIN) || \
defined(GTEST_OS_SOLARIS) || defined(GTEST_OS_HAIKU) || \
defined(GTEST_OS_ESP32) || defined(GTEST_OS_ESP8266) || \
- defined(GTEST_OS_XTENSA) || defined(GTEST_OS_QURT)))
+ defined(GTEST_OS_XTENSA) || defined(GTEST_OS_QURT) || \
+ defined(GTEST_OS_NXP_QN9090)))
#define GTEST_HAS_STD_WSTRING 1
#else
#define GTEST_HAS_STD_WSTRING 0