]> git.sesse.net Git - vlc/commit
* src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
authorChristophe Massiot <massiot@videolan.org>
Mon, 22 Aug 2005 17:58:20 +0000 (17:58 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 22 Aug 2005 17:58:20 +0000 (17:58 +0000)
commitd80b925e29ff6ccd2ac4ac9fb9260de34918ffdb
tree9d47d76be36c30be20f900cd9a09a54238465b6a
parentde8754326da4a14aed19fed40a4e54f92a1e98a5
 * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
   allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
   This is a bit kludgy but so convenient to change drives under Windows.
 * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
   directory. Thou shalt escape all exported functions with E_() to avoid
   potential namespace collisions !
 * po: Re-run make update-po since POTFILES.in has changed.
25 files changed:
include/vlc_common.h
include/vlc_symbols.h
modules/control/http/http.c
modules/control/http/http.h
modules/control/http/macro.c
modules/control/http/mvar.c
modules/control/http/rpn.c
modules/control/http/util.c
po/POTFILES.in
po/ca.po
po/da.po
po/de.po
po/en_GB.po
po/es.po
po/fr.po
po/it.po
po/ja.po
po/nl.po
po/pt_BR.po
po/ro.po
po/ru.po
po/tr.po
po/vlc.pot
po/zh_TW.po
src/extras/libc.c