feature(sysman): Add pmt support in windows

Related-To: NEO-8804

Signed-off-by: shubham kumar <shubham.kumar@intel.com>
This commit is contained in:
shubham kumar
2024-04-10 05:31:23 +00:00
committed by Compute-Runtime-Automation
parent 6a02927d52
commit 6a55bbe6cd
18 changed files with 699 additions and 3 deletions

View File

@@ -19,7 +19,9 @@
#include <Windows.h>
#include <ShlObj.h>
#include <cfgmgr32.h>
#include <winternl.h>
#pragma comment(lib, "cfgmgr32.lib")
#if __clang__
#pragma clang diagnostic pop