common: Add wrapper for _ftelli64/_fseeki64.

MSVC doesn't have ftello64/fseeko64, nor off64_t.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2022-03-16 12:12:21 +01:00
parent ca0a186a4b
commit c8b143c0bd
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ typedef void *HANDLE;
typedef const WCHAR* LPCWSTR;
#define _fseeki64(a, b, c) fseeko64(a, b, c)
#define _ftelli64(a) ftello64(a)
/* GUID */
# ifdef __WIDL__
typedef struct