We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 454eb7b commit 5a32d7cCopy full SHA for 5a32d7c
src/deltacast_common.hpp
@@ -87,7 +87,7 @@
87
// enum membber until 6.20, macro since 6.21
88
#define VHD_MIN_6_21 1
89
#endif
90
- #if !defined VHD_MIN_6_21 || !defined VHD_IS_6_20 // 6.19 or 6.20
+ #if !defined VHD_MIN_6_21 && !defined VHD_IS_6_20 // 6.19 or 6.20
91
#warning cannot determine if VideoMaster is 6.19 or 6.20 - \
92
assuming 6.20. Pass -DVHD_IS_6_19 (or 6_20) to enforce \
93
specific version.
0 commit comments