vlc | branch: master | Steve Lhomme <[email protected]> | Thu Nov 16 11:38:49 2017 +0100| [a6dffc357892780cd9f9940ae8a92915fd6390b5] | committer: Jean-Baptiste Kempf
direct3d11: remove superseeded macro Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6dffc357892780cd9f9940ae8a92915fd6390b5 --- modules/video_output/win32/direct3d11.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/video_output/win32/direct3d11.c b/modules/video_output/win32/direct3d11.c index 5a105cc4a0..ea15485ad6 100644 --- a/modules/video_output/win32/direct3d11.c +++ b/modules/video_output/win32/direct3d11.c @@ -55,7 +55,6 @@ #include "common.h" #if !VLC_WINSTORE_APP -# define D3D11CreateDevice(args...) sys->OurD3D11CreateDevice(args) # define D3DCompile(args...) sys->OurD3DCompile(args) #endif _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
