]> git.sesse.net Git - vlc/commitdiff
D2D: remove IID that should now be in all headers
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 9 Apr 2013 17:13:09 +0000 (19:13 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 9 Apr 2013 17:13:09 +0000 (19:13 +0200)
modules/video_output/msw/direct2d.c

index 6a6d1b27959a909e6299c2f5d9db307cc1805833..6f5b28a206334a1c97730a10b551f0987be6b029 100644 (file)
 
 #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