log compat.h @ 1392:943266c86aed

age author description
Thu, 10 Nov 2011 13:30:14 +0000 bsmith Hopefully the last socklen_t change... OS/2 needs it too.
Thu, 10 Nov 2011 03:54:32 +0000 bsmith Changed socklen_t typedef #ifdef to check for MSVC.
Wed, 09 Nov 2011 10:34:58 +0000 bsmith Make sure socklen_t gets defined when building with Visual Studio.
Tue, 08 Nov 2011 11:29:22 +0000 bsmith Don't include arpa/inet.h on OS/2 with VisualAge.
Tue, 08 Nov 2011 11:07:32 +0000 bsmith Cleaned up the compatibility library header.
Tue, 19 Apr 2011 08:24:52 +0000 bsmith Have INIDIR use the home directory on all platforms now, not just Unix and Mac.
Mon, 25 Sep 2006 22:37:50 +0000 mhessling Remove non-required header files.
Fri, 20 May 2005 05:53:06 +0000 bsmith Minor change to the Windows sockinit() macro.
Fri, 20 May 2005 03:55:03 +0000 bsmith Fixes for Windows, alloca is _alloc in MSVC, added a macro in compat.h.
Fri, 20 May 2005 03:32:25 +0000 bsmith Sweeping changes to the compatibility module, moved all socket code out
Tue, 20 Jul 2004 07:36:11 +0000 mhessling Add dw_listbox_list_append()
Sat, 17 Apr 2004 05:38:09 +0000 bsmith Added a bunch of support routines I now own due to the settlement
Sat, 03 Apr 2004 06:52:12 +0000 bsmith Get EMX compiling again.
Tue, 23 Mar 2004 11:00:04 +0000 bsmith Fixed dw_window_pointer() so it works on Windows. Tried to fix the
Sat, 20 Mar 2004 01:21:13 +0000 bsmith Fixes for building with Innotek GCC. Will have to check for regressions