mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:53:32 +03:00
parent
1753de9d7a
commit
0417d323c9
52 changed files with 490 additions and 543 deletions
|
|
@ -31,7 +31,7 @@ int getfiletime(const char *filename, curl_off_t *stamp);
|
|||
(defined(_WIN32) && (SIZEOF_CURL_OFF_T >= 8))
|
||||
void setfiletime(curl_off_t filetime, const char *filename);
|
||||
#else
|
||||
#define setfiletime(a,b,c) tool_nop_stmt
|
||||
#define setfiletime(a, b, c) tool_nop_stmt
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_TOOL_FILETIME_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue