LiFan
2025-04-17 3cc879bd09b69310d905b843aadc2d0abd67513b
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);
};