• src/xpdev/xpdev_mt.props

    From Rob Swindell to Git commit to main/sbbs/master on Sunday, April 24, 2022 19:21:48
    https://gitlab.synchro.net/main/sbbs/-/commit/559a2816d9dab24519102285
    Modified Files:
    src/xpdev/xpdev_mt.props
    Log Message:
    Add winsock library (ws2_32.lib) to multi-threaded xpdev props file

    This additional library was already included in the single-threaded version, so this was just a miss.
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Wednesday, December 27, 2023 17:08:45
    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.