mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-03 06:17:35 +08:00
6 lines
93 B
C
6 lines
93 B
C
#ifndef SEND_TEXT_H_
|
|
#define SEND_TEXT_H_
|
|
|
|
int SendText(wchar_t* wxid, wchar_t* msg);
|
|
|
|
#endif |