Changeset cfafc7da073f5c7ac3074af7b559d86a35203efb

Show
Ignore:
Timestamp:
02/03/07 23:41:43 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1170542503 +0000
git-parent:

[cd5ed364efe9cdf752c48e0fa158ff680964ceeb]

git-author:
Damien Fouilleul <damienf@videolan.org> 1170542503 +0000
Message:

- vlc_common.h: fix for vlc_wclosedir on MacOS X

Files:

Legend:

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

    rcd5ed36 rcfafc7d  
    10111011#   define seekdir vlc_seekdir 
    10121012#   define telldir vlc_telldir 
     1013#elif !defined(__PLUGIN__) 
     1014#   define vlc_wclosedir NULL 
    10131015#endif 
    10141016