7.0.44

Aus BC-Wiki
Zur Navigation springen Zur Suche springen

Zur Übersicht

  • Fix conflict resolution mistake
  • client: show available disk space correctly on startup.
  • client: add code for detecting running on batteries on OpenBSD. From RustyBSD.
  • LIB: Standardize on using windows_format_error_string and drop windows_error_string.
    • Move the windows_format_error_string function to win_util.cpp, .h instead of it being scattered between util.h and str_util.cpp.
    • Convert the Windows error string into UTF8 before allowing it to be used by the caller.
    • Remove windows_error_string from library.
  • LIB: Call FormatMessageW directly and skip an extra string encoding conversion step.