mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:21:41 +03:00
parent
b739102ea6
commit
e28dc58b65
5 changed files with 10 additions and 10 deletions
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#undef stat
|
||||
#define stat _stat
|
||||
#define stat _stati64
|
||||
#undef fstat
|
||||
#define fstat _fstat
|
||||
#define fstat _fstati64
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -44,9 +44,9 @@
|
|||
#ifdef _WIN32
|
||||
#include <io.h>
|
||||
#undef stat
|
||||
#define stat _stat
|
||||
#define stat _stati64
|
||||
#undef fstat
|
||||
#define fstat _fstat
|
||||
#define fstat _fstati64
|
||||
#define fileno _fileno
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -56,9 +56,9 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#undef stat
|
||||
#define stat _stat
|
||||
#define stat _stati64
|
||||
#undef fstat
|
||||
#define fstat _fstat
|
||||
#define fstat _fstati64
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -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