From f500420346db73af33c5bb62f1875bb9ad501315 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 25 Aug 2015 13:01:38 +1000 Subject: OS/2 patch for 0.164 [KO Myung-Hun] --- 3rdparty/unittest-cpp/UnitTest++/Config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '3rdparty/unittest-cpp') diff --git a/3rdparty/unittest-cpp/UnitTest++/Config.h b/3rdparty/unittest-cpp/UnitTest++/Config.h index 4f695f7c9f7..fed15eec026 100644 --- a/3rdparty/unittest-cpp/UnitTest++/Config.h +++ b/3rdparty/unittest-cpp/UnitTest++/Config.h @@ -20,7 +20,8 @@ #endif #if defined(unix) || defined(__unix__) || defined(__unix) || defined(linux) || \ - defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) + defined(__APPLE__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) || \ + defined(__OS2__) #define UNITTEST_POSIX #endif -- cgit v1.2.3-70-g09d2