Fix missing ZEXPORT for crc32_combine_op().

This commit is contained in:
Mark Adler 2022-06-04 12:52:13 -07:00
parent 441a2ac602
commit 6c532a8e8a
1 changed files with 1 additions and 1 deletions

View File

@ -1107,7 +1107,7 @@ uLong ZEXPORT crc32_combine_gen(len2)
}
/* ========================================================================= */
uLong crc32_combine_op(crc1, crc2, op)
uLong ZEXPORT crc32_combine_op(crc1, crc2, op)
uLong crc1;
uLong crc2;
uLong op;