Skip to content

Commit 8b6baf1

Browse files
committed
20220118
1 parent 58baeae commit 8b6baf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Windows/Include/HPSocket/HPSocket4C.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2731,7 +2731,7 @@ HPSOCKET_API HP_Compressor __HP_CALL Create_HP_ZLibCompressorEx(HP_Fn_CompressDa
27312731
// (默认参数:iLevel = -1, iMethod = 8, iMemLevel = 8, iStrategy = 0)
27322732
HPSOCKET_API HP_Compressor __HP_CALL Create_HP_GZipCompressor(HP_Fn_CompressDataCallback fnCallback);
27332733
/* 创建 GZip 压缩器对象 */
2734-
HPSOCKET_API HP_Compressor __HP_CALL Create_HP_GZipCompressorEx(HP_Fn_CompressDataCallback fnCallback, int iLevel /*= -1*/, int iMethod /*= */, int iMemLevel /*= 8*/, int iStrategy /*= 0*/);
2734+
HPSOCKET_API HP_Compressor __HP_CALL Create_HP_GZipCompressorEx(HP_Fn_CompressDataCallback fnCallback, int iLevel /*= -1*/, int iMethod /*= 8*/, int iMemLevel /*= 8*/, int iStrategy /*= 0*/);
27352735
/* 创建 ZLib 解压器对象 */
27362736
HPSOCKET_API HP_Decompressor __HP_CALL Create_HP_ZLibDecompressor(HP_Fn_DecompressDataCallback fnCallback);
27372737
/* 创建 ZLib 解压器对象 */

0 commit comments

Comments
 (0)