Changeset f3fce2ada1f86438b566a73379b34c7028e1d06b

Show
Ignore:
Timestamp:
03/10/07 22:03:37 (1 year ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1191441817 +0000
git-parent:

[fe689840064cca70376ae9d39b6427027aa0fe6b]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1191441817 +0000
Message:

Compile fix for gcc 4.2 . Quovodis to review it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • activex/plugin.h

    r6ee1e19 rf3fce2a  
    2929#include <vlc/libvlc.h> 
    3030 
    31 extern const GUID CLSID_VLCPlugin; 
    32 extern const GUID CLSID_VLCPlugin2; 
    33 extern const GUID LIBID_AXVLC; 
    34 extern const GUID DIID_DVLCEvents; 
     31extern "C" const GUID CLSID_VLCPlugin; 
     32extern "C" const GUID CLSID_VLCPlugin2; 
     33extern "C" const GUID LIBID_AXVLC; 
     34extern "C" const GUID DIID_DVLCEvents; 
    3535 
    3636class VLCPluginClass : public IClassFactory