libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Replace zlib function calls to alias functions #102

Closed rzinsly closed 3 years ago

rzinsly commented 3 years ago

Replace the wrapper functions from zlib to libnxz for the corresponding symbols by using alias functions in order to remove the unnecessary calls.

I didn't change inflateSyncPoint because I'll change it on #93