mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
fix for MSVC build (nw)
This commit is contained in:
parent
e2b9e11da0
commit
f3d8984612
2
3rdparty/linenoise/linenoise.c
vendored
2
3rdparty/linenoise/linenoise.c
vendored
@ -111,7 +111,7 @@
|
||||
#else
|
||||
/* Microsoft headers don't like old POSIX names */
|
||||
#define strdup _strdup
|
||||
#define snprintf _snprintf
|
||||
//#define snprintf _snprintf
|
||||
#endif
|
||||
#else
|
||||
#include <termios.h>
|
||||
|
Loading…
Reference in New Issue
Block a user