mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-12 01:17:54 +01:00
lsteamclient: Clear last error in create_win_interface().
CW-Bug-Id: #23178
This commit is contained in:
parent
81de069336
commit
e4ccddf6f6
1 changed files with 1 additions and 0 deletions
|
|
@ -300,6 +300,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