bindings: basic support for #if preprocessor directives

- #if 0
- #ifdef __OPENCV_BUILD
This commit is contained in:
Alexander Alekhin
2019-12-04 17:29:05 +03:00
parent eb44e0a556
commit 4dfa0a0383
3 changed files with 28 additions and 5 deletions
@@ -9,7 +9,7 @@ CV_EXPORTS_W void setErrorVerbosity(bool verbose);
}
#if 0
#ifdef OPENCV_BINDINGS_PARSER
namespace cv
{
@@ -30,4 +30,4 @@ CV_EXPORTS_W void min(InputArray src1, Scalar src2, OutputArray dst);
CV_EXPORTS_W void max(InputArray src1, Scalar src2, OutputArray dst);
}
#endif //0
#endif