• src/xpdev/xpdev_mt.props

    From Rob Swindell@VERT to Git commit to main/sbbs/master on Sun Apr 24 19:21:48 2022
    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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell (on Windows 11)@VERT to Git commit to main/sbbs/master on Wed Dec 27 17:08:45 2023
    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.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net