Get rid of redefine warning.

This commit is contained in:
Themaister 2013-01-24 07:32:15 +01:00
parent 947e49fbe2
commit e4e71f333c
2 changed files with 2 additions and 0 deletions

View File

@ -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; \

View File

@ -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; \