[vlc-commits] vout: win32 common: Use initguid.h instead of #define INITGUID

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 12 13:01:31 CET 2016


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec 12 12:55:59 2016 +0100| [14c08cc00fe734aaaaab0b93ef04498308921619] | committer: Hugo Beauzée-Luyssen

vout: win32 common: Use initguid.h instead of #define INITGUID

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=14c08cc00fe734aaaaab0b93ef04498308921619
---

 modules/video_output/win32/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/common.c b/modules/video_output/win32/common.c
index e45f8b6..0b11bba 100644
--- a/modules/video_output/win32/common.c
+++ b/modules/video_output/win32/common.c
@@ -40,7 +40,7 @@
 
 #define COBJMACROS
 #if !defined(NDEBUG) && defined(HAVE_DXGIDEBUG_H)
-# define INITGUID
+# include <initguid.h>
 # include <dxgidebug.h>
 #endif
 #include <shobjidl.h>



More information about the vlc-commits mailing list