Bump to 1.11

This commit is contained in:
Vichingo455
2025-03-23 12:49:51 +01:00
parent 7ca9105b8d
commit 23ac8a27f0
65 changed files with 2470 additions and 3597 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <windows.h>
#include <stdio.h>
#include <comdef.h>
HRESULT QueryWMIProperty(BSTR query, BSTR property, VARIANT *value);
#include <windows.h>
#include <oaidl.h>
EXTERN_C HRESULT QueryWMIProperty(LPWSTR query, LPWSTR property, LPVARIANT value);