wxhelper/src/send_file.h

5 lines
99 B
C
Raw Normal View History

2022-12-21 20:30:44 +08:00
#ifndef SEND_FILE_H_
#define SEND_FILE_H_
int SendFile(wchar_t *wxid, wchar_t *file_path);
#endif