add PMIC Tool

This commit is contained in:
2025-12-19 14:23:04 +09:00
parent dab5921f49
commit f419607236
24 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
// // SDKDDKVer.h를 포함하면 최고 수준의 가용성을 가진 Windows 플랫폼이 정의됩니다.
// 이전 Windows 플랫폼용 애플리케이션을 빌드하려는 경우에는 SDKDDKVer.h를 포함하기 전에
// WinSDKVer.h를 포함하고 _WIN32_WINNT를 지원하려는 플랫폼으로 설정합니다.
#include <SDKDDKVer.h>