mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-31 11:44:30 +01:00
lsteamclient: Clear last error in create_win_interface().
CW-Bug-Id: #23178
This commit is contained in:
parent
1eb8799803
commit
22672c5b0a
1 changed files with 1 additions and 0 deletions
|
|
@ -301,6 +301,7 @@ struct w_steam_iface *create_win_interface(const char *name, void *u_iface)
|
|||
done:
|
||||
LeaveCriticalSection(&steamclient_cs);
|
||||
if (!ret) ERR("Don't recognize interface name: %s\n", name);
|
||||
SetLastError(0);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue