LiFan
2025-04-24 9b3b2eb20b09e13da837a28f16e552ba70a090c4
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);
};