mirror of
https://github.com/curl/curl.git
synced 2026-07-24 21:47:18 +03:00
parent
b739102ea6
commit
e28dc58b65
5 changed files with 10 additions and 10 deletions
|
|
@ -39,9 +39,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#undef stat
|
||||
#define stat _stat
|
||||
#define stat _stati64
|
||||
#undef fstat
|
||||
#define fstat _fstat
|
||||
#define fstat _fstati64
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue