[vlc-devel] [PATCH 02/41] OS/2 uses the same path style as Win32

KO Myung-Hun komh at chollian.net
Mon Oct 10 13:43:41 CEST 2011


---
 modules/access/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/file.c b/modules/access/file.c
index d13f01d..2f767c6 100644
--- a/modules/access/file.c
+++ b/modules/access/file.c
@@ -86,7 +86,7 @@ struct access_sys_t
     bool b_pace_control;
 };
 
-#ifndef WIN32
+#if !defined (WIN32) && !defined (__OS2__)
 static bool IsRemote (int fd)
 {
 #if defined (HAVE_FSTATVFS) && defined (MNT_LOCAL)
-- 
1.7.3.2



More information about the vlc-devel mailing list