• src/xpdev/netwrap.h

    From Rob Swindell to Git commit to main/sbbs/master on Monday, May 16, 2022 20:45:06
    https://gitlab.synchro.net/main/sbbs/-/commit/25658e332065614fe5839882
    Modified Files:
    src/xpdev/netwrap.h
    Log Message:
    Need ws2tcpip.h for struct ip6_addr definition on Windows
  • From Rob Swindell to Git commit to main/sbbs/master on Tuesday, May 17, 2022 09:27:44
    https://gitlab.synchro.net/main/sbbs/-/commit/3cb52bd878ba66193ed6625c
    Modified Files:
    src/xpdev/netwrap.h
    Log Message:
    Fix error: Undefined structure 'in_addr' in Borland builds

    sbbsctrl build failed, it needs another winsock header. <sigh>

    Oh what a rabbit hole this has been.
  • From Deuc╨╡ to Git commit to main/sbbs/master on Saturday, October 08, 2022 12:15:44
    https://gitlab.synchro.net/main/sbbs/-/commit/0fe595ea00139c809c9affd8
    Modified Files:
    src/xpdev/netwrap.h
    Log Message:
    Fix warning anywhere netwrap.h is included before sockwrap.h

    sbbs3/../xpdev/netwrap.h:45:27: warning: 'parseIPv6Address' has C-linkage specified, but returns incomplete type 'struct in6_addr' which could be incompatible with C [-Wreturn-type-c-linkage]
    DLLEXPORT struct in6_addr parseIPv6Address(const char*);
    ^