[vlc-devel] [PATCH] activex: connectioncontainer: remove unneeded declaration

Daniel Amm da2424 at t-online.de
Wed Jan 6 20:52:21 CET 2016


This is unneeded since c06b7f1dce8d70c1d482e6fdbcc2dfdbac6d8b29
---
 activex/connectioncontainer.cpp | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/activex/connectioncontainer.cpp b/activex/connectioncontainer.cpp
index 2a9a27f..b8b8025 100644
--- a/activex/connectioncontainer.cpp
+++ b/activex/connectioncontainer.cpp
@@ -28,14 +28,6 @@
 
 #include <atomic>
 
-#ifdef __MINGW32__
-# include <_mingw.h>
-# if defined(__MINGW32_MAJOR_VERSION) && !defined(__MINGW64_VERSION_MAJOR)
-const GUID  IID_IGlobalInterfaceTable = { 0x00000146, 0, 0, {0xc0, 0, 0, 0, 0, 0, 0, 0x46} };
-# endif /* __MINGW32_MAJOR_VERSION && !__MINGW64_VERSION_MAJOR */
-const CLSID CLSID_StdGlobalInterfaceTable = { 0x00000323, 0, 0, {0xc0, 0, 0, 0, 0, 0, 0, 0x46} };
-#endif /* __MINGW32__ */
-
 /* this function object is used to return the value from a map pair */
 struct VLCEnumConnectionsDereference
 {
-- 
2.6.4.windows.1



More information about the vlc-devel mailing list