don't bother with inlining the function, on second thoughts

This commit is contained in:
Monster Iestyn 2018-10-27 16:47:56 +01:00
parent bb3d850bbf
commit 9fb301ecb5
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ static void wattcp_outch(char s)
#ifdef USE_WINSOCK
// 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