fixed inline issue when compiling VS as C++ (#143)

This commit is contained in:
TheSil 2018-05-28 14:05:17 +02:00 committed by Richard Aas
parent da3a8e9a9b
commit f9224f3edd

View file

@ -93,8 +93,10 @@ typedef bool _Bool;
/* Needed for MS compiler */
#ifdef _MSC_VER
#ifndef __cplusplus
#define inline _inline
#endif
#endif
/*