Bug 1664365 - Remove mingw workaround for COMPOSITIONOBJECT_ALL_ACCESS r=tjr

Differential Revision: https://phabricator.services.mozilla.com/D94659
This commit is contained in:
sanketh 2020-10-24 01:26:42 +00:00
Родитель 75ad7e82e9
Коммит 2c7a08b95e
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -441,7 +441,6 @@ void DeviceManagerDx::CreateDirectCompositionDevice() {
/* static */
HANDLE DeviceManagerDx::CreateDCompSurfaceHandle() {
#if !defined(__MINGW32__)
if (!sDcompCreateSurfaceHandleFn) {
return 0;
}
@ -454,9 +453,6 @@ HANDLE DeviceManagerDx::CreateDCompSurfaceHandle() {
}
return handle;
#else
return 0;
#endif
}
void DeviceManagerDx::ImportDeviceInfo(const D3D11DeviceStatus& aDeviceStatus) {