From: Frode Solheim Date: Tue, 15 Jul 2025 19:52:30 +0000 (+0200) Subject: _ftime and sys/timeb.h are currently required anyway X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4db9fb3603ca91458fad2f29f99c3d8d8cbf4364;p=francis%2Fwinuae.git _ftime and sys/timeb.h are currently required anyway --- diff --git a/blkdev_cdimage.cpp b/blkdev_cdimage.cpp index b0bc7523..9facba50 100644 --- a/blkdev_cdimage.cpp +++ b/blkdev_cdimage.cpp @@ -492,15 +492,7 @@ static bool cdda_play_func2 (struct cdunit *cdu, int *outpos) if (oldplay != cdu->cdda_play) { struct cdtoc *t; int sector, diff; -#ifdef WIN32 struct _timeb tb1, tb2; -#else -#ifdef HAVE_SYS_TIMEB_H - struct timespec ts1, ts2; -#else -#warning Missing timing functions -#endif -#endif idleframes = 0; silentframes = 0;