2011-02-09 22:45:45 +00:00
|
|
|
#define GTEST_CREATE_AS_SHARED_LIBRARY 1
|
|
|
|
|
2011-02-18 12:23:18 +00:00
|
|
|
#if _MSC_VER >= 1200
|
|
|
|
#pragma warning( disable: 4127 4251)
|
|
|
|
#endif
|
|
|
|
|
2011-02-09 22:10:50 +00:00
|
|
|
#include "opencv2/ts/ts.hpp"
|
|
|
|
#include "opencv2/core/core_c.h"
|
2011-04-11 14:47:06 +00:00
|
|
|
|
|
|
|
#if ANDROID
|
|
|
|
int wcscasecmp(const wchar_t* lhs, const wchar_t* rhs);
|
|
|
|
#endif
|