mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-06 08:22:01 +00:00
don't bother with inlining the function, on second thoughts
This commit is contained in:
parent
bb3d850bbf
commit
9fb301ecb5
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ static void wattcp_outch(char s)
|
||||||
|
|
||||||
#ifdef USE_WINSOCK
|
#ifdef USE_WINSOCK
|
||||||
// stupid microsoft makes things complicated
|
// stupid microsoft makes things complicated
|
||||||
static inline char *get_WSAErrorStr(int e)
|
static char *get_WSAErrorStr(int e)
|
||||||
{
|
{
|
||||||
static char buf[256]; // allow up to 255 bytes
|
static char buf[256]; // allow up to 255 bytes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue