mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:48:03 +03:00
Internal time differences now use monotonic time source if available.
This also implies the removal of the winmm.lib dependency for WIN32.
This commit is contained in:
parent
d708ef6731
commit
19479ea021
17 changed files with 191 additions and 223 deletions
|
|
@ -7,7 +7,7 @@
|
|||
CC = wcc386
|
||||
|
||||
CFLAGS = -3r -mf -d3 -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
|
||||
-bt=nt -d+ -dWIN32 -dHAVE_STRTOLL -dWITHOUT_MM_LIB &
|
||||
-bt=nt -d+ -dWIN32 -dHAVE_STRTOLL &
|
||||
-dSIZEOF_CURL_OFF_T=8 -dCURLDEBUG -dENABLE_IPV6 -dHAVE_WINSOCK2_H &
|
||||
-I..\include -I..\lib
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue