In MSVC the "inline" modifier is not available when compiling in plain-C.
This commit is contained in:
parent
bb9708a7e3
commit
a45ec69f9f
@ -127,4 +127,10 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// The Microsoft compiler does not sport the "inline" modifier when
|
||||||
|
// compiling in plain-C
|
||||||
|
#if defined( _MSC_VER ) && !defined(__cplusplus)
|
||||||
|
#define inline _inline
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user