Move Windows MMCSS related utility functions into libpbd

This commit is contained in:
Tim Mayberry
2015-09-14 13:26:07 +10:00
parent 76a0c823ca
commit 091c4ed3a7
7 changed files with 7 additions and 7 deletions

View File

@@ -149,6 +149,7 @@ def build(bld):
obj.defines += [ 'NO_POSIX_MEMALIGN' ]
obj.source += [ 'windows_special_dirs.cc' ]
obj.source += [ 'windows_timer_utils.cc' ]
obj.source += [ 'windows_mmcss.cc' ]
obj.uselib += ' OLE'
if bld.env['BUILD_TESTS'] and bld.is_defined('HAVE_CPPUNIT'):