diff options
author | Steve Dower <steve.dower@python.org> | 2022-09-07 20:09:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 20:09:20 (GMT) |
commit | de33df27aaf930be6a34027c530a651f0b4c91f5 (patch) | |
tree | 789d8df85c96cdf28c36a3e89f65d96d49949bc5 /PCbuild/pcbuild.proj | |
parent | 4114bcc9ef7595a07196bcecf9c7d6d39f57f64d (diff) | |
download | cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.zip cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.tar.gz cpython-de33df27aaf930be6a34027c530a651f0b4c91f5.tar.bz2 |
gh-89545: Updates platform module to use new internal _wmi module on Windows to directly query OS properties (GH-96289)
Diffstat (limited to 'PCbuild/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index 2ba0627..8d143a4 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -64,7 +64,7 @@ <!-- pyshellext.dll --> <Projects Include="pyshellext.vcxproj" /> <!-- Extension modules --> - <ExtensionModules Include="_asyncio;_zoneinfo;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound;_uuid" /> + <ExtensionModules Include="_asyncio;_zoneinfo;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound;_uuid;_wmi" /> <ExtensionModules Include="_ctypes" Condition="$(IncludeCTypes)" /> <!-- Extension modules that require external sources --> <ExternalModules Include="_bz2;_lzma;_sqlite3" /> |