CrossWindow icon indicating copy to clipboard operation
CrossWindow copied to clipboard

Doesn't compile with WIN32_LEAN_AND_MEAN

Open SK83RJOSH opened this issue 2 years ago • 0 comments

I tend to use WIN32_LEAN_AND_MEAN and include what I need where I need it. Unfortunately this breaks CrossWindow's Win32Main.cpp since shellapi.h isn't included by default when defined. I suspect there's likely some other issues with this define, so I figured I'd repo this issue and disable the define for now.

SK83RJOSH avatar Apr 27 '22 10:04 SK83RJOSH