[vlc-commits] mingw32: fix CATID_InternetAware

Rafaël Carré git at videolan.org
Tue Nov 8 02:34:39 CET 2011


npapi-vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov  7 20:34:28 2011 -0500| [81782c7dd4fe55965610026d7bd6fe9bbf588fc2] | committer: Rafaël Carré

mingw32: fix CATID_InternetAware

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=81782c7dd4fe55965610026d7bd6fe9bbf588fc2
---

 activex/main.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/activex/main.cpp b/activex/main.cpp
index 9acf115..c57c813 100644
--- a/activex/main.cpp
+++ b/activex/main.cpp
@@ -51,6 +51,9 @@
 /*
 ** Mingw32 do not declare those
 */
+/* CATID_InternetAware is declared as extern but not present in library */
+DEFINE_GUID(CATID_InternetAware, \
+    0x0DE86A58, 0x2BAA, 0x11CF, 0xA2, 0x29, 0x00,0xAA,0x00,0x3D,0x73,0x52);
 static DEFINE_GUID(CATID_SafeForInitializing, \
 	0x7DD95802, 0x9882, 0x11CF, 0x9F, 0xA9, 0x00,0xAA,0x00,0x6C,0x42,0xC4);
 static DEFINE_GUID(CATID_SafeForScripting, \



More information about the vlc-commits mailing list