From 4161b991dc09760ea8ed92ba840099f4102dc5e2 Mon Sep 17 00:00:00 2001
From: qianxj2004 <qianxj15@sina.com>
Date: 星期三, 22 十月 2025 16:53:14 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj
---
jrj/xframe/win32/xfile.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/jrj/xframe/win32/xfile.hpp b/jrj/xframe/win32/xfile.hpp
index fc74fd5..14ab6a0 100644
--- a/jrj/xframe/win32/xfile.hpp
+++ b/jrj/xframe/win32/xfile.hpp
@@ -2,6 +2,7 @@
#include "system/base.hpp"
#include "win.hpp"
+#include "wobject/xstring.hpp"
#if _XWIN
#define CALLBACK __stdcall
@@ -151,5 +152,8 @@
{
return ::GetFileSize(hFile, &lpFileSizeHigh);
}
+
+ static xstring GetString(xstring path);
+ static BYTE* GetBuffer(xstring path,int& Length);
};
--
Gitblit v1.9.3