]> git.sesse.net Git - vlc/commitdiff
OS/2 uses the same path style as Win32
authorKO Myung-Hun <komh@chollian.net>
Mon, 10 Oct 2011 11:43:41 +0000 (20:43 +0900)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 10 Oct 2011 14:25:24 +0000 (17:25 +0300)
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/access/file.c

index d13f01de87e2b5a64e7a1127b6cef47689d272da..2f767c64a96c1e643adc7aa12491c66a9ce8f4dc 100644 (file)
@@ -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)