From 66e8c7601d2c52626e4ff39f2559cff3271eb770 Mon Sep 17 00:00:00 2001 From: gcontini <1121667+gcontini@users.noreply.github.com> Date: 周日, 08 12月 2019 15:34:38 +0800 Subject: [PATCH] centos 7 update cmake --- src/library/os/os-win.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/library/os/os-win.c b/src/library/os/os-win.c index c67e5af..eab2f28 100644 --- a/src/library/os/os-win.c +++ b/src/library/os/os-win.c @@ -47,7 +47,7 @@ char szLogicalDrives[MAX_PATH] = { 0 }; unsigned char buf[8] = ""; - FUNCTION_RETURN return_value; + FUNCTION_RETURN return_value = FUNC_RET_NOT_AVAIL; const DWORD dwResult = GetLogicalDriveStrings(dwSize, szLogicalDrives); if (dwResult > 0 && dwResult <= MAX_PATH) { -- Gitblit v1.9.1