Merge pull request #85 from KonstantinRitt/define_inline

Fix build with MSVC on CE
This commit is contained in:
Behdad Esfahbod 2015-02-25 15:34:34 -08:00
commit faaae64bf2
1 changed files with 0 additions and 10 deletions

View File

@ -94,16 +94,6 @@
# endif
#endif
#ifdef _MSC_VER
#undef inline
#define inline __inline
#endif
#ifdef __STRICT_ANSI__
#undef inline
#define inline __inline__
#endif
#if __GNUC__ >= 3
#define HB_FUNC __PRETTY_FUNCTION__
#elif defined(_MSC_VER)