mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Move Windows timer utility functions from PA backend into libpbd
This commit is contained in:
parent
4ffe8ffc0f
commit
3f5c01e4eb
10 changed files with 13 additions and 10 deletions
|
|
@ -54,6 +54,7 @@ DebugBits PBD::DEBUG::AbstractUI = PBD::new_debug_bit ("abstractui");
|
|||
DebugBits PBD::DEBUG::FileUtils = PBD::new_debug_bit ("fileutils");
|
||||
DebugBits PBD::DEBUG::Configuration = PBD::new_debug_bit ("configuration");
|
||||
DebugBits PBD::DEBUG::UndoHistory = PBD::new_debug_bit ("undohistory");
|
||||
DebugBits PBD::DEBUG::Timing = PBD::new_debug_bit ("timing");
|
||||
|
||||
/* These are debug bits that are used by backends. Since these are loaded dynamically,
|
||||
after command-line parsing, defining them in code that is part of the backend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue