diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-04-06 19:20:15 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-04-06 19:20:15 +0000 |
commit | 21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862 (patch) | |
tree | b76be854bb41e0b0469dca57ec4100aeff99504c /win32/include/unistd.h | |
parent | 81de862996c8af79e73f550b0160e9c091722a71 (diff) | |
download | xine-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.h | 4 |
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 |