[vlc-commits] activex: connectioncontainer: remove unneeded declaration

Daniel Amm git at videolan.org
Thu Jan 7 14:29:41 CET 2016


npapi-vlc | branch: master | Daniel Amm <da2424 at t-online.de> | Wed Jan  6 20:52:21 2016 +0100| [f2fc6d13ed4f42c57c87fcd387f6c25378f5e651] | committer: Jean-Baptiste Kempf

activex: connectioncontainer: remove unneeded declaration

This is unneeded since c06b7f1dce8d70c1d482e6fdbcc2dfdbac6d8b29

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> https://code.videolan.org/videolan/npapi-vlc/commit/f2fc6d13ed4f42c57c87fcd387f6c25378f5e651
---

 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
 {



More information about the vlc-commits mailing list