From 85a46ad685048f0c389f0f997c6e33e5546d0b3b Mon Sep 17 00:00:00 2001 From: Hendrik Leppkes Date: Tue, 12 Mar 2013 16:45:13 +0100 Subject: win32: Use 64-bit fstat/lseek variants for MSVC as well MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/os_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index c5d3ab4b33..39d4cb6519 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -31,7 +31,7 @@ #include -#if defined(__MINGW32__) && !defined(__MINGW32CE__) +#if defined(_WIN32) && !defined(__MINGW32CE__) # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) # define stat _stati64 -- cgit v1.2.3