1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

build: replace WIN32 => _WIN32

This commit is contained in:
Alexander Alekhin
2017-07-25 13:23:44 +03:00
parent 0194d5a2d5
commit 602f047fe8
59 changed files with 136 additions and 141 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ CUDA_TEST_P(Video, Reader)
//////////////////////////////////////////////////////
// VideoWriter
#ifdef WIN32
#ifdef _WIN32
CUDA_TEST_P(Video, Writer)
{
@@ -116,7 +116,7 @@ CUDA_TEST_P(Video, Writer)
}
}
#endif // WIN32
#endif // _WIN32
INSTANTIATE_TEST_CASE_P(CUDA_Codec, Video, testing::Combine(
ALL_DEVICES,