Skip to content
Snippets Groups Projects
Commit 9fb301ec authored by Monster Iestyn's avatar Monster Iestyn
Browse files

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

parent bb3d850b
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,7 @@ static void wattcp_outch(char s) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment