martin-olivier / dylib

C++ cross-platform wrapper around dynamic loading of shared libraries (dll, so, dylib)
https://conan.io/center/recipes/dylib
MIT License
293 stars 44 forks source link

Remove warning C4005 - prevent 'WIN32_LEAN_AND_MEAN' macro redefinition if it is already defined in the parent project. #72

Closed Aleksoid1978 closed 1 year ago

Aleksoid1978 commented 1 year ago

Remove warning C4005 - prevent 'WIN32_LEAN_AND_MEAN' macro redefinition if it is already defined in the parent project.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (eb3acad) 100.00% compared to head (23baac0) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #72 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 59 58 -1 Branches 3 3 ========================================= - Hits 59 58 -1 ``` | [Files Changed](https://app.codecov.io/gh/martin-olivier/dylib/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Olivier) | Coverage Δ | | |---|---|---| | [include/dylib.hpp](https://app.codecov.io/gh/martin-olivier/dylib/pull/72?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Martin+Olivier#diff-aW5jbHVkZS9keWxpYi5ocHA=) | `100.00% <ø> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.