libobs: Add wrapper function to query Windows registry

This commit is contained in:
Ryan Foster
2017-10-09 02:29:34 -04:00
parent a76b919c6e
commit 0759eeb5da
3 changed files with 62 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ if(WIN32)
util/platform-windows.c)
set(libobs_PLATFORM_HEADERS
util/threading-windows.h
util/windows/win-registry.h
util/windows/win-version.h
util/windows/ComPtr.hpp
util/windows/CoTaskMemPtr.hpp