Skip to content
Snippets Groups Projects
Commit 67be8fd8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Borland C++ apparently doesn't support inline functions (!)

parent 99d18a33
Branches
Tags
No related merge requests found
Pipeline #7311 passed
......@@ -215,7 +215,10 @@ typedef ULONG nfds_t;
#endif /* __unix__ */
static inline
static
#ifndef __BORLANDC__
inline
#endif
int socket_errno(bool normalize)
{
#if defined _WINSOCKAPI_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment