Commit 4ae70e16 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

direct3d11: Fix mingw build

parent 3ffffc43
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
#include <vlc_vout_display.h> #include <vlc_vout_display.h>
#define COBJMACROS #define COBJMACROS
#define INITGUID
#include <d3d11.h> #include <d3d11.h>
/* avoided until we can pass ISwapchainPanel without c++/cx mode /* avoided until we can pass ISwapchainPanel without c++/cx mode
# define INITGUID
# include <windows.ui.xaml.media.dxinterop.h> */ # include <windows.ui.xaml.media.dxinterop.h> */
#include "common.h" #include "common.h"
......
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