1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #8165 from AdeelH:master

This commit is contained in:
Alexander Alekhin
2017-02-11 11:02:10 +00:00
+1 -1
View File
@@ -720,7 +720,7 @@
# include <io.h>
# endif
// In order to avoid having to include <windows.h>, use forward declaration
# if GTEST_OS_WINDOWS_MINGW
#if GTEST_OS_WINDOWS_MINGW && !defined(__MINGW64_VERSION_MAJOR)
// MinGW defined _CRITICAL_SECTION and _RTL_CRITICAL_SECTION as two
// separate (equivalent) structs, instead of using typedef
typedef struct _CRITICAL_SECTION GTEST_CRITICAL_SECTION;