This commit is contained in:
yuanyuanxiang
2021-03-14 12:15:53 +08:00
parent 2ffa2534f1
commit 833b0347c1
4 changed files with 9 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ typedef struct
class CFileManager : public CManager
{
public:
void OnReceive(LPBYTE lpBuffer, UINT nSize);
void OnReceive(PBYTE lpBuffer, UINT nSize);
UINT SendDriveList();
CFileManager(CClientSocket *pClient, int h = 0);
virtual ~CFileManager();