From d69185d92ff91e2a252a861be3bdb6fae7837b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 21 Nov 2005 14:18:56 +0000 Subject: *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 --- win32/include/msvc/unistd.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'win32/include/msvc/unistd.h') diff --git a/win32/include/msvc/unistd.h b/win32/include/msvc/unistd.h index e69de29bb..73e9bb667 100644 --- a/win32/include/msvc/unistd.h +++ b/win32/include/msvc/unistd.h @@ -0,0 +1,16 @@ +#ifndef UNISTD_H +#define UNISTD_H + +#ifndef STDIN_FILENO +# define STDIN_FILENO 0 +#endif + +#ifndef STDOUT_FILENO +# define STDOUT_FILENO 1 +#endif + +#ifndef STDERR_FILENO +# define STDERR_FILENO 2 +#endif + +#endif -- cgit v1.2.3