brechtsanders / pedeps

Cross-platform C library to read data from PE/PE+ files (the format of Windows .exe and .dll files)
MIT License
34 stars 8 forks source link

May the avl tree depends can be removed? #8

Closed lygstate closed 2 years ago

brechtsanders commented 2 years ago

The avl library is only used to build copypedeps, not the library itself (as built with make static-lib shared-lib). Why is this an issue for you?