#define inline __inline for msvc

svn path=/trunk/; revision=32567
This commit is contained in:
Christoph von Wittich 2008-03-05 08:09:56 +00:00
parent 68844e0d8e
commit f6b757cd37

View file

@ -986,3 +986,7 @@
#ifndef __cplusplus
/* #undef inline */
#endif
#if defined(_MSC_VER)
#define inline __inline
#endif