1
0
mirror of https://github.com/skywind3000/kcp.git synced 2025-04-24 04:10:34 +08:00

fixed warning in latest c++ compilers

This commit is contained in:
skywind3000 2016-05-06 10:27:12 +08:00
parent 5608f9df87
commit 3a9ebccdab

2
ikcp.h
View File

@ -123,7 +123,7 @@ typedef unsigned long long IUINT64;
#endif
#endif
#ifndef inline
#if (!defined(__cplusplus)) && (!defined(inline))
#define inline INLINE
#endif