Subj : src/xpdev/xpdev_mt.props To : Git commit to main/sbbs/master From : Rob Swindell (on Windows 11) Date : Wed Dec 27 2023 05:08 pm https://gitlab.synchro.net/main/sbbs/-/commit/5755ab4af05b12e1a679a40e Modified Files: src/xpdev/xpdev_mt.props Log Message: Define HAS_INTTYPES_H too, fixes new MSVC build error syncterm\bbslist.c(778): error C2146: syntax error: missing ')' before identifier 'SCNx8 We aren't defining this standard format macro in gen_defs.h (maybe we should be?) - but as long as MSVC has inttypes.h, seems we should be using that instead. .