Subj : src/xpdev/filewrap.h To : Git commit to main/sbbs/master From : Deucе Date : Sat Feb 19 2022 11:38 pm https://gitlab.synchro.net/main/sbbs/-/commit/cb76b1463cfec65f1dc90e6f Modified Files: src/xpdev/filewrap.h Log Message: Add DISABLE_MKSTEMP_DEFINE support This macro as written won't compile on mingw32 due to the attributes on _mktemp(). This could be worked around, but it's easier to just disable it since I don't need it, and nobody else is building with mingw32. .