Changeset f3fce2ada1f86438b566a73379b34c7028e1d06b
- 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
| r6ee1e19 |
rf3fce2a |
|
| 29 | 29 | #include <vlc/libvlc.h> |
|---|
| 30 | 30 | |
|---|
| 31 | | extern const GUID CLSID_VLCPlugin; |
|---|
| 32 | | extern const GUID CLSID_VLCPlugin2; |
|---|
| 33 | | extern const GUID LIBID_AXVLC; |
|---|
| 34 | | extern const GUID DIID_DVLCEvents; |
|---|
| | 31 | extern "C" const GUID CLSID_VLCPlugin; |
|---|
| | 32 | extern "C" const GUID CLSID_VLCPlugin2; |
|---|
| | 33 | extern "C" const GUID LIBID_AXVLC; |
|---|
| | 34 | extern "C" const GUID DIID_DVLCEvents; |
|---|
| 35 | 35 | |
|---|
| 36 | 36 | class VLCPluginClass : public IClassFactory |
|---|