mirror of
https://github.com/holub/mame
synced 2025-05-10 16:21:42 +03:00
3rdparty/portmidi: Another undefined macro warning.
This commit is contained in:
parent
3f69ebaa82
commit
d1e35612fa
2
3rdparty/portmidi/pm_mac/readbinaryplist.c
vendored
2
3rdparty/portmidi/pm_mac/readbinaryplist.c
vendored
@ -353,7 +353,7 @@ value_ptr bplist_read_file(const char *filename)
|
|||||||
value_ptr value;
|
value_ptr value;
|
||||||
int rslt = stat(filename, &stbuf);
|
int rslt = stat(filename, &stbuf);
|
||||||
if (rslt) {
|
if (rslt) {
|
||||||
#if BPLIST_LOG
|
#if defined(BPLIST_LOG) && (BPLIST_LOG != 0)
|
||||||
perror("in stat");
|
perror("in stat");
|
||||||
#endif
|
#endif
|
||||||
bplist_log("Could not stat %s, error %d\n", filename, rslt);
|
bplist_log("Could not stat %s, error %d\n", filename, rslt);
|
||||||
|
Loading…
Reference in New Issue
Block a user