mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-27 05:28:24 +00:00
Expose InitWinSock().
This commit is contained in:
@@ -45,10 +45,9 @@ struct __wsinit
|
||||
}
|
||||
};
|
||||
|
||||
static __wsinit InitWinSock()
|
||||
void InitWinSock()
|
||||
{
|
||||
static __wsinit init;
|
||||
return init;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user