[vlc-commits] OS/2 uses the same path style as Win32
KO Myung-Hun
git at videolan.org
Mon Oct 10 16:29:36 CEST 2011
vlc | branch: master | KO Myung-Hun <komh at chollian.net> | Mon Oct 10 20:43:41 2011 +0900| [4e0fd6c05fbb897a9b1151b1b562a0bc33baafa1] | committer: Rémi Denis-Courmont
OS/2 uses the same path style as Win32
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4e0fd6c05fbb897a9b1151b1b562a0bc33baafa1
---
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)
More information about the vlc-commits
mailing list