summaryrefslogtreecommitdiff
path: root/win32/include/unistd.h
diff options
context:
space:
mode:
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