mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-30 09:37:36 +08:00
7 lines
130 B
C
7 lines
130 B
C
#ifndef DOWNLOAD_H_
|
|
#define DOWNLOAD_H_
|
|
|
|
int DoDownloadTask(ULONG64 msg_id);
|
|
|
|
int GetVoice(ULONG64 msg_id,wchar_t * dir);
|
|
#endif |