Changeset f8ac2540baca71620c0e4c2e7bed5166e5fa39f4

Show
Ignore:
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
  • include/vlc_common.h

    rbb352cd rf8ac254  
    484484#else 
    485485#  ifdef __cplusplus 
    486 #    if HAVE_ATTRIBUTE_VISIBILITY 
     486#    ifdef HAVE_ATTRIBUTE_VISIBILITY 
    487487#      define VLC_PUBLIC_API __attribute__((visibility("default"))) 
    488488#      define VLC_PRIVATE_API __attribute__((visibility("default"))) 
     
    495495#    endif 
    496496#  else 
    497 #    if HAVE_ATTRIBUTE_VISIBILITY 
     497#    ifdef HAVE_ATTRIBUTE_VISIBILITY 
    498498#      define VLC_PUBLIC_API extern __attribute__((visibility("default"))) 
    499499#      define VLC_PRIVATE_API extern __attribute__((visibility("default")))