LiFan
2025-02-25 94a26e02e353666ad5b7378b4ce1e8d6cd621bca
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);
};