From b78d474aee86c3580348db24091bb4fd749c97af Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 17 Feb 2003 03:42:42 +0000 Subject: changed #ifdef unix to #ifdef UNIX since it seems more of a standard and makes things consistent svn path=/trunk/externals/ext13/; revision=400 --- streamout13~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'streamout13~.c') diff --git a/streamout13~.c b/streamout13~.c index 97eb986..7ce7681 100644 --- a/streamout13~.c +++ b/streamout13~.c @@ -3,7 +3,7 @@ #include #include -#ifdef unix +#ifdef UNIX #include #include #include @@ -23,7 +23,7 @@ static void sys_sockerror(char *s) { -#ifdef unix +#ifdef UNIX int err = errno; #else int err = WSAGetLastError(); -- cgit v1.2.1