osdep/timer-win2: rename to timer-win32

This commit is contained in:
Kacper Michajłow 2023-10-22 03:18:15 +02:00 committed by Dudemanguy
parent 54223fc8e7
commit 032b7de97f
2 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ endif
features += {'win32-executable': win32 and get_option('cplayer')}
if win32
timer_source = files('osdep/timer-win2.c')
timer_source = files('osdep/timer-win32.c')
sources += files('osdep/w32_keyboard.c',
'osdep/windows_utils.c')
endif