]> git.sesse.net Git - vlc/commitdiff
direct3d11: Fix mingw build
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Tue, 17 Mar 2015 09:50:51 +0000 (10:50 +0100)
committerHugo Beauzée-Luyssen <hugo@beauzee.fr>
Tue, 17 Mar 2015 10:27:59 +0000 (11:27 +0100)
modules/video_output/msw/direct3d11.c

index ba129f66047f876b188581cb40e7cd4d756efbd8..18552ee624dae5bc879c7883718a1f8c82306f0b 100644 (file)
 #include <vlc_vout_display.h>
 
 #define COBJMACROS
+#define INITGUID
 #include <d3d11.h>
 
 /* avoided until we can pass ISwapchainPanel without c++/cx mode
-# define INITGUID
 # include <windows.ui.xaml.media.dxinterop.h> */
 
 #include "common.h"