util/setupapi.c: Add hook for SETUPAPI lib

This commit is contained in:
Tau
2018-11-07 16:44:11 -05:00
parent 91a08b6abb
commit c0b20d5a13
3 changed files with 330 additions and 0 deletions

View File

@ -9,5 +9,7 @@ util_lib = static_library(
sources : [
'dprintf.c',
'dprintf.h',
'setupapi.c',
'setupapi.h',
],
)