diff options
Diffstat (limited to 'include/wsockcompat.h')
-rw-r--r-- | include/wsockcompat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wsockcompat.h b/include/wsockcompat.h index 18fab37..f4bdab4 100644 --- a/include/wsockcompat.h +++ b/include/wsockcompat.h @@ -15,6 +15,7 @@ header when compiled with Borland C++ 6 */ #if defined(__BORLANDC__) && !defined(__cplusplus) #define inline __inline +#define _inline __inline #endif #include <ws2tcpip.h> |