mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-23 18:59:24 +08:00
'fix:debug环境定义'
This commit is contained in:
parent
ee7d4ee9a3
commit
d574af863a
@ -1165,8 +1165,9 @@ INT64 Manager::SendApplet(const std::wstring &recv_wxid,
|
||||
common::VectorInner *list = (common::VectorInner *)temp;
|
||||
|
||||
prototype::WeChatString *member = BuildWechatString(recv_wxid);
|
||||
|
||||
#ifdef _DEBUG
|
||||
list->head = reinterpret_cast<UINT64>(member);
|
||||
#endif
|
||||
list->start = reinterpret_cast<UINT64>(member);
|
||||
list->finsh = reinterpret_cast<UINT64>(member) + 0x20;
|
||||
list->end = reinterpret_cast<UINT64>(member) + 0x20;
|
||||
|
Loading…
Reference in New Issue
Block a user