.bazaar Fix windows platform detenction in google test upp part.

git-svn-id: svn://ultimatepp.org/upp/trunk@10930 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2017-03-09 22:37:07 +00:00
parent 242644b6de
commit 61e78d1944

View file

@ -1,7 +1,9 @@
#ifndef GTEST_INCLUDE_GTEST_UPP_H
#define GTEST_INCLUDE_GTEST_UPP_H
#if defined(PLATFORM_WIN32)
#include <Core/config.h>
#if defined(PLATFORM_WIN32) || defined(PLATFORM_WIN64)
#define TEST_APP_MAIN \
namespace Upp { extern bool PanicMode; } \