]> git.sesse.net Git - vlc/commit
- since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and...
authorDamien Fouilleul <damienf@videolan.org>
Mon, 8 Jan 2007 00:41:45 +0000 (00:41 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Mon, 8 Jan 2007 00:41:45 +0000 (00:41 +0000)
commit4f5b5ee95cec30c3bfe13e5b28790a9008dbcf03
treea4eeb5fe6043da88400e3d75e9d0ee1f951cc695
parent9ed73544c60347d441b633200d0d681f56228f0d
- since DIR* on win32 is mapped to a private data type, rewinddir(), seekdir() and telldir() must also be mapped to their vlc_ equivalent. Should fix ticket #926
include/vlc_common.h
src/extras/libc.c