fix building with MSVC (nw)

This commit is contained in:
smf- 2014-10-23 18:13:21 +01:00
parent 251aea6e01
commit f889456b7c

View File

@ -66,7 +66,7 @@
#define strdup _strdup
#endif
#if defined(_MSC_VER) && (__MSC_VER < 1700)
#if defined(_MSC_VER) && (_MSC_VER < 1700)
#define inline __inline
#endif