]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
_ftime and sys/timeb.h are currently required anyway
authorFrode Solheim <frode@fs-uae.net>
Tue, 15 Jul 2025 19:52:30 +0000 (21:52 +0200)
committerFrode Solheim <frode@fs-uae.net>
Tue, 15 Jul 2025 19:52:30 +0000 (21:52 +0200)
blkdev_cdimage.cpp

index b0bc752376fb77d6994bd09a6062b4422d57a88e..9facba504846307c2344d606915c16ff28ec513b 100644 (file)
@@ -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;