mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
Make cpuinfo.c compile under MinGW64
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27808 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6f6bf7f765
commit
92f9a746ae
@ -8,7 +8,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10)
|
||||
#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION <= 3) && (__MINGW32_MINOR_VERSION < 10) && !defined(MINGW64)
|
||||
#include <sys/timeb.h>
|
||||
void gettimeofday(struct timeval* t,void* timezone) {
|
||||
struct timeb timebuffer;
|
||||
|
Loading…
Reference in New Issue
Block a user