mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
src/util: fix compilation when not using xspan
This commit is contained in:
parent
db56bbb11b
commit
2b8a7a492a
|
@ -29,7 +29,9 @@
|
|||
#ifndef UPX_BPTR_H__
|
||||
#define UPX_BPTR_H__ 1
|
||||
|
||||
#if WITH_SPAN >= 2
|
||||
#error "this file is deprecated, please use xspan.h instead"
|
||||
#endif
|
||||
|
||||
/*************************************************************************
|
||||
// BoundedPtr
|
||||
|
|
Loading…
Reference in New Issue
Block a user