]> git.sesse.net Git - vlc/commitdiff
Compile fix for gcc 4.2 . Quovodis to review it.
authorChristophe Mutricy <xtophe@videolan.org>
Wed, 3 Oct 2007 20:03:37 +0000 (20:03 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Wed, 3 Oct 2007 20:03:37 +0000 (20:03 +0000)
activex/plugin.h

index ca78eb32fb148f9631a0ef4654f1c8f2ec1893de..c2612e4879d7da3e9928a4147d2926d034e5f5be 100644 (file)
 
 #include <vlc/libvlc.h>
 
-extern const GUID CLSID_VLCPlugin;
-extern const GUID CLSID_VLCPlugin2;
-extern const GUID LIBID_AXVLC;
-extern const GUID DIID_DVLCEvents;
+extern "C" const GUID CLSID_VLCPlugin;
+extern "C" const GUID CLSID_VLCPlugin2;
+extern "C" const GUID LIBID_AXVLC;
+extern "C" const GUID DIID_DVLCEvents;
 
 class VLCPluginClass : public IClassFactory
 {