Commit ce737572 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

include: Define __stat64.

Needed to compile Tera Term.
parent 74bea389
......@@ -196,6 +196,8 @@ extern "C" {
# endif
#endif
#define __stat64 _stat64
_ACRTIMP int __cdecl _fstat32(int, struct _stat32*);
_ACRTIMP int __cdecl _fstat32i64(int, struct _stat32i64*);
_ACRTIMP int __cdecl _fstat64(int,struct _stat64*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment