Commit 529b98fa by Jacek Caban Committed by Commit Bot

Correct case for includes.

This is needed for building on MinGW. Bug: angleproject:3330 Change-Id: I4a7e7d6f6e14be7e1ba67d3ceb45b11d00585119 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1544749Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 3b14b786
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include <DispatcherQueue.h> #include <DispatcherQueue.h>
#include <VersionHelpers.h> #include <VersionHelpers.h>
#include <Windows.ui.composition.interop.h>
#include <windows.foundation.metadata.h> #include <windows.foundation.metadata.h>
#include <windows.ui.composition.h> #include <windows.ui.composition.h>
#include <windows.ui.composition.interop.h>
#include <wrl.h> #include <wrl.h>
namespace rx namespace rx
...@@ -112,4 +112,4 @@ class CompositorNativeWindow11 : public NativeWindow11 ...@@ -112,4 +112,4 @@ class CompositorNativeWindow11 : public NativeWindow11
} // namespace rx } // namespace rx
#endif // LIBANGLE_RENDERER_D3D_D3D11_CONVERGED_COMPOSITORNATIVEWINDOW11_H_ #endif // LIBANGLE_RENDERER_D3D_D3D11_CONVERGED_COMPOSITORNATIVEWINDOW11_H_
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment