Changeset 897ac981f3bb7165cbb6652c51942117b80e573a

Show
Ignore:
Timestamp:
02/10/08 02:04:07 (7 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202605447 +0000
git-parent:

[5daa9d294991621f86cf3b501f4fb04c70bb182b]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1202605447 +0000
Message:

vlc_common.h: VLC_EXPORT should have extern if there is no visibility support.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • include/vlc_common.h

    raaf004a r897ac98  
    488488#      define VLC_PUBLIC_API extern 
    489489#      define VLC_PRIVATE_API extern 
    490 #      define   VLC_EXPORT( type, name, args ) type name args 
     490#      define   VLC_EXPORT( type, name, args ) extern type name args 
    491491#      define VLC_INTERNAL( type, name, args ) type name args 
    492492#    endif