[vlc-devel] [PATCH 9/9] A local host starts with '/' on OS/2

KO Myung-Hun komh78 at gmail.com
Sat Nov 26 07:05:29 CET 2011


---
 modules/gui/qt4/components/open_panels.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 5866a05..a407abf 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -487,7 +487,7 @@ void DiscOpenPanel::updateButtons()
 
 #undef setDrive
 
-#ifndef WIN32
+#if !defined( WIN32 ) && !defined( __OS2__ )
 # define LOCALHOST ""
 #else
 # define LOCALHOST "/"
-- 
1.7.3.2




More information about the vlc-devel mailing list