summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-21 14:18:56 +0000
committerFrantišek Dvořák <valtri@users.sourceforge.net>2005-11-21 14:18:56 +0000
commitd69185d92ff91e2a252a861be3bdb6fae7837b2d (patch)
treecd489b07c8207ac5fa46cfec457553f17d4c645b /lib
parent4c81497d907261580d3ff4685c4a542ecb5209a4 (diff)
downloadxine-lib-d69185d92ff91e2a252a861be3bdb6fae7837b2d.tar.gz
xine-lib-d69185d92ff91e2a252a861be3bdb6fae7837b2d.tar.bz2
*BUGFIX*
M$VC port update: - doc update. - added none plugins (meant TWO none plugins) - fix some compile warnings - update due to the alphablend - install the headers too CVS patchset: 7810 CVS date: 2005/11/21 14:18:56
Diffstat (limited to 'lib')
-rw-r--r--lib/os_internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/os_internal.h b/lib/os_internal.h
index f7365381f..ff2e28273 100644
--- a/lib/os_internal.h
+++ b/lib/os_internal.h
@@ -110,9 +110,8 @@ void _xine_private_unsetenv(const char *name);
# include <io.h>
# ifdef _MSC_VER
# include <direct.h>
-# else
-# define mkdir(A, B) _mkdir((A))
# endif
+# define mkdir(A, B) _mkdir((A))
# ifndef S_ISDIR
# define S_ISDIR(m) ((m) & _S_IFDIR)