aboutsummaryrefslogtreecommitdiff
path: root/signal/streamout~.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-03 11:04:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-03 11:04:57 +0000
commit63fd1d42168d43bb315edfcb6ac7b77db41fcd5f (patch)
tree1074056ad9daac0d323043255aa143721c760a42 /signal/streamout~.c
parent2accab0d836db1fdaf41ffb92cd7ce27467bfebb (diff)
updated windows macro to automatically defined _WIN32 to smooth Windows building
svn path=/trunk/externals/ggee/; revision=7890
Diffstat (limited to 'signal/streamout~.c')
-rwxr-xr-xsignal/streamout~.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/signal/streamout~.c b/signal/streamout~.c
index a9c9d96..c23680e 100755
--- a/signal/streamout~.c
+++ b/signal/streamout~.c
@@ -41,7 +41,7 @@ static void sys_closesocket(int fd)
#ifdef UNIX
close(fd); /* shutdown() ?? */
#endif
-#ifdef NT
+#ifdef _WIN32
closesocket(fd);
#endif
}