_ts_gtest.diff

Patch - Sergey Popov, 2011-06-10 12:08 am

Download (620 Bytes)

 
modules/ts/include/opencv2/ts/ts_gtest.h (working copy)
1649 1649

  
1650 1650
#endif  // GTEST_HAS_SEH
1651 1651

  
1652
#ifdef _MSC_VER
1652
#if defined WIN32 || defined _WIN32 || defined WINCE
1653 1653

  
1654 1654
#if GTEST_LINKED_AS_SHARED_LIBRARY
1655 1655
#define GTEST_API_ __declspec(dllimport)
......
1657 1657
#define GTEST_API_ __declspec(dllexport)
1658 1658
#endif
1659 1659

  
1660
#endif  // _MSC_VER
1660
#endif  // WIN32 || _WIN32 || WINCE
1661 1661

  
1662 1662
#ifndef GTEST_API_
1663 1663
#define GTEST_API_