dfranx / ImFileDialog

A file dialog library for Dear ImGui
MIT License
509 stars 57 forks source link

msvc and window.h error Error C2589 #37

Open sphaero opened 5 months ago

sphaero commented 5 months ago

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