mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-13 20:55:30 +01:00
Apply some refactoring/cleanup to mainly util functions
This commit is contained in:
@@ -270,7 +270,7 @@ const std::string &get_sysinfo()
|
||||
}
|
||||
|
||||
|
||||
bool getCurrentWorkingDir(char *buf, size_t len)
|
||||
[[maybe_unused]] static bool getCurrentWorkingDir(char *buf, size_t len)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
DWORD ret = GetCurrentDirectory(len, buf);
|
||||
|
||||
Reference in New Issue
Block a user