From fc64921f136240512c20c95e26099d24de380e32 Mon Sep 17 00:00:00 2001 From: Mike Battista <13860912+mikebattista@users.noreply.github.com> Date: Wed, 2 Nov 2022 11:34:44 -0700 Subject: [PATCH] Fixed #1317. --- generation/WinSDK/ConstantsScraper.settings.rsp | 1 + scripts/ChangesSinceLastRelease.txt | 2 ++ 2 files changed, 3 insertions(+) diff --git a/generation/WinSDK/ConstantsScraper.settings.rsp b/generation/WinSDK/ConstantsScraper.settings.rsp index a3a4498b7..d46ad441e 100644 --- a/generation/WinSDK/ConstantsScraper.settings.rsp +++ b/generation/WinSDK/ConstantsScraper.settings.rsp @@ -303,3 +303,4 @@ GUID_NTDS_QUOTAS_CONTAINER_BYTE GUID_PRIVILEGED_ACCESS_MANAGEMENT_OPTIONAL_FEATURE_BYTE GUID_RECYCLE_BIN_OPTIONAL_FEATURE_BYTE _CRT_INTERNAL_COMBASE_SYMBOL_PREFIX +D3DCOMPILER_DLL \ No newline at end of file diff --git a/scripts/ChangesSinceLastRelease.txt b/scripts/ChangesSinceLastRelease.txt index 9ad3d78f2..8a7ee8a6c 100644 --- a/scripts/ChangesSinceLastRelease.txt +++ b/scripts/ChangesSinceLastRelease.txt @@ -21,3 +21,5 @@ Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_180 removed Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_270 removed Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_90 removed Windows.Win32.System.SystemServices.DEVMODE_DISPLAY_ORIENTATION.DMDO_DEFAULT removed +# Fixed #1317. +Windows.Win32.Graphics.Direct3D.Fxc.Apis.D3DCOMPILER_DLL removed