Skip to content

Commit

Permalink
osdep/timer-win2: rename to timer-win32
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper93 authored and Dudemanguy committed Oct 25, 2023
1 parent 54223fc commit 032b7de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 032b7de

Please sign in to comment.