From c016d33f1fb0780596a602e65e70f9850e11962c Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 9 Oct 2020 18:24:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0GetLocalAppdataPath=E5=87=BD?= =?UTF-8?q?=E6=95=B0=E5=8F=82=E6=95=B0=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/filesystem/FileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/filesystem/FileSystem.h b/inc/hgl/filesystem/FileSystem.h index 6d90d1f..acb0d52 100644 --- a/inc/hgl/filesystem/FileSystem.h +++ b/inc/hgl/filesystem/FileSystem.h @@ -244,7 +244,7 @@ namespace hgl bool GetCurrentPath(OSString &); ///<取得当前路径 bool GetCurrentProgram(OSString &); ///<取得当前程序全路径名称 bool GetCurrentProgramPath(OSString &); ///<取得当前程序所在路径 - void GetLocalAppdataPath(os_char fn[HGL_MAX_PATH]); ///<取得当前用户应用程序数据存放路径 + bool GetLocalAppdataPath(OSString &); ///<取得当前用户应用程序数据存放路径 //使用int64而不是__int64是因为不是所有编译器都支持__int64的写法,必须使用DataType.H中引入的定义