Changeset f8ac2540baca71620c0e4c2e7bed5166e5fa39f4
- Timestamp:
- 25/01/08 17:39:07
(10 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1201279147 +0000
- git-parent:
[bb352cd558ddf3729b06511bddd002c922c05914]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1201279147 +0000
- Message:
Fix cpp warning
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rbb352cd |
rf8ac254 |
|
| 484 | 484 | #else |
|---|
| 485 | 485 | # ifdef __cplusplus |
|---|
| 486 | | # if HAVE_ATTRIBUTE_VISIBILITY |
|---|
| | 486 | # ifdef HAVE_ATTRIBUTE_VISIBILITY |
|---|
| 487 | 487 | # define VLC_PUBLIC_API __attribute__((visibility("default"))) |
|---|
| 488 | 488 | # define VLC_PRIVATE_API __attribute__((visibility("default"))) |
|---|
| … | … | |
| 495 | 495 | # endif |
|---|
| 496 | 496 | # else |
|---|
| 497 | | # if HAVE_ATTRIBUTE_VISIBILITY |
|---|
| | 497 | # ifdef HAVE_ATTRIBUTE_VISIBILITY |
|---|
| 498 | 498 | # define VLC_PUBLIC_API extern __attribute__((visibility("default"))) |
|---|
| 499 | 499 | # define VLC_PRIVATE_API extern __attribute__((visibility("default"))) |
|---|