ImFileDialog icon indicating copy to clipboard operation
ImFileDialog copied to clipboard

msvc and window.h error Error C2589

Open sphaero opened this issue 1 year ago • 0 comments

Windos.h defines some min/max macro's which conflict with std::max. For windows one can define NOMINMAX to disable these macro's.

i.e.: https://github.com/sphaero/ImFileDialog/commit/c89aa80edba9bd87629850383fd1a13b0ebb4574

sphaero avatar Apr 09 '24 12:04 sphaero