Undefined references to unzip, CC_DLL removed in dep172, mistake?

Hi, I’m getting the unzopen unresolved errors when I use unzip.h it in the app. Previously we could comment CC_DLL to solve it like

but I’m upgraded to depedencies v172 on cocos2dx 3.17.2, the unzip.h have removed the CC_DLL macro, so unzip cannot be used from libcocos2d.dll anymore. It looks like it should have
ZLIB_DLL and ZLIB_INTERNAL defined in preprocessor