build(mingw): work around broken windows.foundation.h (#3291)
This commit is contained in:
parent
ee8cd11983
commit
e0743169be
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@
|
|||
#include "misc.h"
|
||||
#include "src/logging.h"
|
||||
|
||||
// Gross hack to work around MINGW-packages#22160
|
||||
#define ____FIReference_1_boolean_INTERFACE_DEFINED__
|
||||
|
||||
#include <windows.graphics.capture.interop.h>
|
||||
#include <winrt/windows.foundation.h>
|
||||
#include <winrt/windows.foundation.metadata.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue