fixed inline issue when compiling VS as C++ (#143)
This commit is contained in:
parent
da3a8e9a9b
commit
f9224f3edd
1 changed files with 2 additions and 0 deletions
|
@ -93,8 +93,10 @@ typedef bool _Bool;
|
|||
|
||||
/* Needed for MS compiler */
|
||||
#ifdef _MSC_VER
|
||||
#ifndef __cplusplus
|
||||
#define inline _inline
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue