mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
More Windows updates
This commit is contained in:
parent
ab5c8df273
commit
14931b3a86
2 changed files with 3 additions and 3 deletions
|
@ -121,7 +121,7 @@ add_executable(http_client
|
|||
test/prog.c
|
||||
test/test_common.c
|
||||
)
|
||||
#target_link_libraries(http_client lsquic event pthread libssl.a libcrypto.a ${FIULIB} z m)
|
||||
target_link_libraries(http_client lsquic event pthread libssl.a libcrypto.a ${FIULIB} z m)
|
||||
|
||||
#MSVC
|
||||
ELSE()
|
||||
|
@ -149,7 +149,7 @@ target_link_libraries(http_client
|
|||
|
||||
ENDIF()
|
||||
|
||||
target_link_libraries(http_client lsquic event pthread libssl.a libcrypto.a ${FIULIB} z m)
|
||||
#target_link_libraries(http_client lsquic event pthread libssl.a libcrypto.a ${FIULIB} z m)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
|
|
|
@ -102,7 +102,7 @@ lsquic_rechist_stop_wait (lsquic_rechist_t *rechist, lsquic_packno_t cutoff)
|
|||
}
|
||||
else
|
||||
{
|
||||
rechist->rh_n_packets -= cutoff - pi->range.low;
|
||||
rechist->rh_n_packets -= (unsigned)(cutoff - pi->range.low);
|
||||
pi->range.low = cutoff;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue