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

HINSTANCE is no longer assigned to nullptr #40

Closed martin-olivier closed 2 years ago

martin-olivier commented 2 years ago

fix: HINSTANCE is not assigned to nullptr anymore since it's not officially a pointer (replaced by 0)

martin-olivier commented 2 years ago

Mhhh to be honest i don't understand your point on that 😅 Could you make me a pull request targeting dev ?