mirror of
https://github.com/holub/mame
synced 2025-05-10 00:01:52 +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;
|
||||
int rslt = stat(filename, &stbuf);
|
||||
if (rslt) {
|
||||
#if BPLIST_LOG
|
||||
#if defined(BPLIST_LOG) && (BPLIST_LOG != 0)
|
||||
perror("in stat");
|
||||
#endif
|
||||
bplist_log("Could not stat %s, error %d\n", filename, rslt);
|
||||
|
Loading…
Reference in New Issue
Block a user