log win/dirent.c @ 2234:b569023edb6f

age author description
Fri, 26 Jul 2019 06:58:41 +0000 bsmith Win: Switch to using winsock 2.x, this will remove support for ancient versions of Windows like 95 and NT 3.5 and older...
Thu, 07 Mar 2013 20:17:24 +0000 bsmith Some more MinGW build fixes.
Mon, 19 Nov 2012 19:52:36 +0000 bsmith Fixes for building with MINGW64 (specifically http://tdm-gcc.tdragon.net/).
Tue, 27 Mar 2012 08:51:14 +0000 bsmith Add code to allow building DW.DLL as Unicode on Windows.
Sun, 26 Feb 2012 09:21:35 +0000 bsmith Enable level 3 warnings in DEBUG mode with Visual C to show deprecation warnings.
Thu, 23 Feb 2012 12:44:15 +0000 bsmith Rename compat.c/h dwcompat.c/h and configure option to --with-dwcompat.
Fri, 18 Nov 2011 18:56:40 +0000 bsmith Attempt to get it building with Mingw again... builds but crashes.
Tue, 20 Jul 2004 07:37:56 +0000 mhessling Remove unused variable
Tue, 23 Mar 2004 11:00:04 +0000 bsmith Fixed dw_window_pointer() so it works on Windows. Tried to fix the
Sun, 23 Feb 2003 06:35:18 +0000 bsmith Rewrote abs_path() so the code will work on NT 4.0.
Thu, 19 Dec 2002 02:18:12 +0000 bsmith FindFirstFile returns INVALID_HANDLE_VALUE on error, not NULL.
Tue, 03 Jul 2001 07:50:39 +0000 ktk Import