Changeset cfafc7da073f5c7ac3074af7b559d86a35203efb
- 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
| rcd5ed36 |
rcfafc7d |
|
| 1011 | 1011 | # define seekdir vlc_seekdir |
|---|
| 1012 | 1012 | # define telldir vlc_telldir |
|---|
| | 1013 | #elif !defined(__PLUGIN__) |
|---|
| | 1014 | # define vlc_wclosedir NULL |
|---|
| 1013 | 1015 | #endif |
|---|
| 1014 | 1016 | |
|---|