(de)compression src fixes and windows binaries

This commit is contained in:
2025-12-30 16:35:43 -06:00
parent 1ba813f068
commit 8de358d99f
7 changed files with 11 additions and 2 deletions

View File

@@ -142,4 +142,6 @@ int main(int argc, char *argv[]) {
fclose(outptr);
printf("Input file: %X bytes. Decompressed: %X bytes.\n", size, oloc);
return 0;
}