qianxj2004
5 天以前 6c45dfcbd550d1db3cfdc6e4309e4c08e8117a68
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);
};