git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe68984
)
Compile fix for gcc 4.2 . Quovodis to review it.
author
Christophe Mutricy
<xtophe@videolan.org>
Wed, 3 Oct 2007 20:03:37 +0000
(20:03 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Wed, 3 Oct 2007 20:03:37 +0000
(20:03 +0000)
activex/plugin.h
patch
|
blob
|
history
diff --git
a/activex/plugin.h
b/activex/plugin.h
index
ca78eb3
..
c2612e4
100644
(file)
--- a/
activex/plugin.h
+++ b/
activex/plugin.h
@@
-28,10
+28,10
@@
#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
{