summaryrefslogtreecommitdiff
path: root/win32/include/unistd.h
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2004-04-06 19:20:15 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2004-04-06 19:20:15 +0000
commit21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862 (patch)
treeb76be854bb41e0b0469dca57ec4100aeff99504c /win32/include/unistd.h
parent81de862996c8af79e73f550b0160e9c091722a71 (diff)
downloadxine-lib-21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862.tar.gz
xine-lib-21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862.tar.bz2
Prepare for MinGW port:
move M$VC specific header files into sparate directory regenerate config.h for M$VC compilation fixes add some getchar()s into xineui.exe (popup dialogs would be better) CVS patchset: 6338 CVS date: 2004/04/06 19:20:15
Diffstat (limited to 'win32/include/unistd.h')
-rw-r--r--win32/include/unistd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/include/unistd.h b/win32/include/unistd.h
index 2f8bc5989..a943dbffa 100644
--- a/win32/include/unistd.h
+++ b/win32/include/unistd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2000-2001 the xine project
+ * Copyright (C) 2000-2004 the xine project
*
* This file is part of xine, a unix video player.
*
@@ -37,7 +37,9 @@
#ifndef _SYS_UNISTD_H_
#define _SYS_UNISTD_H_
+#ifndef inline
#define inline __inline
+#endif
#define mkdir( A, B ) _mkdir( A )
#define lstat stat