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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user