AndrewBelt / osdialog

A cross platform wrapper for OS dialogs like file save, open, message boxes, inputs, color picking, etc.
Creative Commons Zero v1.0 Universal
122 stars 19 forks source link

explicitly include commdlg.h so that the project works in a lean solution #2

Closed RicoP closed 5 years ago

RicoP commented 5 years ago

I like to compile all my projects with the 'WIN32_LEAN_AND_MEAN' flag, so compile times stay reasonable. For this to work we have to include commdlg.h explicitly.