mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
Get rid of redefine warning.
This commit is contained in:
parent
947e49fbe2
commit
e4e71f333c
@ -29,6 +29,7 @@
|
||||
|
||||
// Modified from nall::unzip (higan).
|
||||
|
||||
#undef GOTO_END_ERROR
|
||||
#define GOTO_END_ERROR() do { \
|
||||
RARCH_ERR("ZIP extraction failed at line: %d.\n", __LINE__); \
|
||||
ret = false; \
|
||||
|
@ -31,6 +31,7 @@
|
||||
//
|
||||
// Missing: Adam7 interlace, 16 bpp, various color formats.
|
||||
|
||||
#undef GOTO_END_ERROR
|
||||
#define GOTO_END_ERROR() do { \
|
||||
fprintf(stderr, "[RPNG]: Error in line %d.\n", __LINE__); \
|
||||
ret = false; \
|
||||
|
Loading…
Reference in New Issue
Block a user