changeset 890:1fd6a31679f3

[gaim-migrate @ 900] this doesn't do a damn thing. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 12 Sep 2000 20:24:08 +0000
parents e1da6a6ec42b
children fa2feef25e1e
files libfaim/faim/aim.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libfaim/faim/aim.h	Tue Sep 12 20:21:36 2000 +0000
+++ b/libfaim/faim/aim.h	Tue Sep 12 20:24:08 2000 +0000
@@ -62,6 +62,7 @@
 #define sleep Sleep
 #define socklen_t int /* this must be a POSIXy thing */
 #define snprintf _snprintf /* I'm not sure whats wrong with Microsoft here */
+#define close(x) closesocket(x) /* no comment */
 #endif
 
 #if defined(mach) && defined(__APPLE__)