check for tpcshrd.h and define HAVE_TPCSHRD_H if it's available.

This commit is contained in:
Ozkan Sezer
2022-01-06 22:24:00 +03:00
parent 515b5f2a39
commit 75ac944b9c
7 changed files with 20 additions and 0 deletions

View File

@@ -1581,6 +1581,7 @@ elseif(WINDOWS)
endif()
# headers needed elsewhere
check_include_file(tpcshrd.h HAVE_TPCSHRD_H)
check_include_file(mmdeviceapi.h HAVE_MMDEVICEAPI_H)
check_include_file(audioclient.h HAVE_AUDIOCLIENT_H)
check_include_file(sensorsapi.h HAVE_SENSORSAPI_H)