You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: