bareos: master 677de8e7

Author Committer Branch Timestamp Parent
arogge arogge master 2020-04-30 16:26 master e8563891 Pending
Changeset core: remove old GetWindowsVersionString

Previously the function GetWindowsVersionString was used in some places
to determine the running windows version.
This patch removes the function and its usage. It is replaced by the
os-independent GetOsInfoString() and kBareosVersionStrings.GetOsInfo().
Its functionality has been moved into the windows-specific
implementation of the new function.
mod - core/src/filed/CMakeLists.txt Diff File
mod - core/src/filed/status.cc Diff File
mod - core/src/stored/CMakeLists.txt Diff File
mod - core/src/stored/status.cc Diff File
mod - core/src/win32/generic/main.cc Diff File