mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
Bug 1402370 _uuidof is a Microsoft specific extension while IID_* is a portable solution that will fix the MinGW build of GLBlitHelperD3D.cpp r=jrmuizel
MozReview-Commit-ID: 1FfQRZ5e5XG --HG-- extra : rebase_source : 8e203dcadd5088687d62a16006d8fc3d7b781ec1
This commit is contained in:
parent
e485aa7144
commit
b41a3f8520
@ -112,7 +112,7 @@ public:
|
||||
MOZ_ALWAYS_TRUE( egl.fStreamConsumerAcquireKHR(display, mStreams[i]) );
|
||||
|
||||
auto& mutex = mMutexList[i];
|
||||
texD3DList[i]->QueryInterface(_uuidof(IDXGIKeyedMutex),
|
||||
texD3DList[i]->QueryInterface(IID_IDXGIKeyedMutex,
|
||||
(void**)getter_AddRefs(mutex));
|
||||
if (mutex) {
|
||||
const auto hr = mutex->AcquireSync(0, 100);
|
||||
|
Loading…
x
Reference in New Issue
Block a user