From: KO Myung-Hun Date: Sat, 26 Nov 2011 06:05:29 +0000 (+0900) Subject: A local host starts with '/' on OS/2 X-Git-Tag: 1.3.0-git~52 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=ce5c09494f0fa02049ecd9d9940d3317dea3a06b;p=vlc A local host starts with '/' on OS/2 Signed-off-by: Jean-Baptiste Kempf --- diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp index 8ac5b755c1..138bceaa8c 100644 --- a/modules/gui/qt4/components/open_panels.cpp +++ b/modules/gui/qt4/components/open_panels.cpp @@ -489,7 +489,7 @@ void DiscOpenPanel::updateButtons() #undef setDrive -#ifndef WIN32 +#if !defined( WIN32 ) && !defined( __OS2__ ) # define LOCALHOST "" #else # define LOCALHOST "/"