Fix shadowing global symbols.
This commit is contained in:
@@ -230,7 +230,9 @@ typedef size_t upx_rsize_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// avoid warnings about shadowing global functions
|
// avoid warnings about shadowing global functions
|
||||||
|
#undef basename
|
||||||
#undef index
|
#undef index
|
||||||
|
#undef outp
|
||||||
#define basename upx_basename
|
#define basename upx_basename
|
||||||
#define index upx_index
|
#define index upx_index
|
||||||
#define outp upx_outp
|
#define outp upx_outp
|
||||||
|
|||||||
Reference in New Issue
Block a user