• src/sbbs3/nopen.c nopen.h

    From Rob Swindell to Git commit to main/sbbs/master on Saturday, August 13, 2022 00:39:05
    https://gitlab.synchro.net/main/sbbs/-/commit/7e102c79a67dae406c0e8529
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    Create fwritelog() to go along with fopenlog() and fcloselog()

    The functions aren't DLL-exported, so the difference in FILE* support
    between an app and a library is not an issue... yet, but it could be
    someday, so just for good measure.
  • From Rob Swindell (on Windows 11) to Git commit to main/sbbs/master on Sunday, December 17, 2023 01:18:16
    https://gitlab.synchro.net/main/sbbs/-/commit/f50fab1653b7d68df8efb4c3
    Modified Files:
    src/sbbs3/nopen.c nopen.h
    Log Message:
    We actually use these NOPEN_* macros in main.cpp

    So move to nopen.h