mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix building with MSVC (nw)
This commit is contained in:
parent
251aea6e01
commit
f889456b7c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user