mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +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).
|
// Modified from nall::unzip (higan).
|
||||||
|
|
||||||
|
#undef GOTO_END_ERROR
|
||||||
#define GOTO_END_ERROR() do { \
|
#define GOTO_END_ERROR() do { \
|
||||||
RARCH_ERR("ZIP extraction failed at line: %d.\n", __LINE__); \
|
RARCH_ERR("ZIP extraction failed at line: %d.\n", __LINE__); \
|
||||||
ret = false; \
|
ret = false; \
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
//
|
//
|
||||||
// Missing: Adam7 interlace, 16 bpp, various color formats.
|
// Missing: Adam7 interlace, 16 bpp, various color formats.
|
||||||
|
|
||||||
|
#undef GOTO_END_ERROR
|
||||||
#define GOTO_END_ERROR() do { \
|
#define GOTO_END_ERROR() do { \
|
||||||
fprintf(stderr, "[RPNG]: Error in line %d.\n", __LINE__); \
|
fprintf(stderr, "[RPNG]: Error in line %d.\n", __LINE__); \
|
||||||
ret = false; \
|
ret = false; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user