summaryrefslogtreecommitdiffstats
path: root/PC/_wmimodule.cpp
Commit message (Collapse)AuthorAgeFilesLines
* gh-99191: Use correct check for MSVC C++ version support in _wmimodule.cpp ↵C.A.M. Gerlach2023-01-091-3/+3
| | | | (GH-100381)
* gh-96684: Silently suppress COM security errors in _wmi module (GH-96690)Steve Dower2022-09-081-0/+6
|
* gh-96665: Fixes build break on older MSVC versions due to C++20 features in ↵Steve Dower2022-09-071-0/+10
| | | | argument clinic (GH-96667)
* gh-89545: Updates platform module to use new internal _wmi module on Windows ↵Steve Dower2022-09-071-0/+307
to directly query OS properties (GH-96289)