summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/main.c')
-rw-r--r--mpvcore/player/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/player/main.c b/mpvcore/player/main.c
index c1c25bce27..59eadfd676 100644
--- a/mpvcore/player/main.c
+++ b/mpvcore/player/main.c
@@ -121,7 +121,7 @@ static MP_NORETURN void exit_player(struct MPContext *mpctx,
mp_lua_uninit(mpctx);
#endif
-#if defined(__MINGW32__) || defined(__CYGWIN__)
+#if defined(__MINGW32__)
timeEndPeriod(1);
#endif