[vlc-commits] D2D: remove IID that should now be in all headers
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 9 19:13:38 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 9 19:13:09 2013 +0200| [17aa4f041cb3ffe1d8873c1b23b3c96f0f517c44] | committer: Jean-Baptiste Kempf
D2D: remove IID that should now be in all headers
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17aa4f041cb3ffe1d8873c1b23b3c96f0f517c44
---
modules/video_output/msw/direct2d.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/modules/video_output/msw/direct2d.c b/modules/video_output/msw/direct2d.c
index 6a6d1b2..6f5b28a 100644
--- a/modules/video_output/msw/direct2d.c
+++ b/modules/video_output/msw/direct2d.c
@@ -37,15 +37,11 @@
#include <windows.h>
#include <commctrl.h>
-
+#include <initguid.h>
#include <d2d1.h>
#include "common.h"
-#include <initguid.h>
-#undef GUID_EXT
-#define GUID_EXT
-DEFINE_GUID(IID_ID2D1Factory, 0x6152247, 0x6f50, 0x465a, 0x92, 0x45, 0x11, 0x8b, 0xfd, 0x3b, 0x60, 0x7);
/*****************************************************************************
* Module descriptor
More information about the vlc-commits
mailing list