giuspen left a comment (geany/geany#4615) @eht16 based on the fact that we no longer support Windows < 10 we should remove those macros.
/* Need Windows XP for SHGetFolderPathAndSubDirW */ #define _WIN32_WINNT 0x0501 /* Needed for SHGFP_TYPE */ #define _WIN32_IE 0x0500 We could set -D_WIN32_WINNT=0x0A00 but leaving the default of the toolchain (msys2 ucrt64) should be just fine. That's what I do in my project. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4615#issuecomment-4952076029 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4615/[email protected]>
