mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
lsteamclient: Copy the m_hSteamUser member in callback_message_utow.
This commit is contained in:
parent
5f9603eb23
commit
457407ffd5
2 changed files with 2 additions and 0 deletions
|
|
@ -1677,6 +1677,7 @@ with open('unixlib_generated.cpp', 'w') as file:
|
|||
out(u' }\n')
|
||||
out(u'#undef MAKE_CASE\n')
|
||||
out(u'\n')
|
||||
out(u' w_msg->m_hSteamUser = u_msg->m_hSteamUser;\n')
|
||||
out(u' w_msg->m_iCallback = u_msg->m_iCallback;\n')
|
||||
out(u' w_msg->m_cubParam = len;\n')
|
||||
out(u'}\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue