mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.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:
parent
242644b6de
commit
61e78d1944
1 changed files with 3 additions and 1 deletions
|
|
@ -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; } \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue