makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / winecfg / drivedetect.c
2010-07-20  Austin EnglishRemove references to wineprefixcreate.
2009-06-26  Austin Englishwinecfg: Fix cd detection for FreeBSD.
2009-04-02  Michael Stefaniucwinecfg: Use ULONG for a bitmask variable.
2009-01-22  Ben Kleinwinecfg: Fix a typo in autodetect_drives.
2008-10-24  Alexandre Julliardwinecfg: Store the Unix device if any in the drive...
2008-10-20  Michael Stefaniucwinecfg: Fix compilation on older gcc versions.
2008-10-17  Alexandre Julliardwinecfg: Store the drive label as Unicode.
2008-10-17  Alexandre Julliardwinecfg: Store the drive serial number as a number...
2008-05-19  Vitaliy Margolenwinecfg: Remove mostly unused properties.h.
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2006-06-10  Pavel Roskinwinecfg: Recognize all CD and floppy devices listed...
2006-06-10  Pavel Roskinwinecfg: Allow and prefer using A: and B: for floppies.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-01  Michael JungAdded binfmt_misc to the filesystem blacklist.
2005-06-27  Andreas MohrConstify all needlessly non-const winecfg structs.
2005-06-16  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2005-06-02  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-02-25  Paul van SchayckAs last option for drive type detection we try the...
2005-02-14  Michael JungInclude config.h to reenable reading /etc/fstab on...
2005-02-14  Michael JungFixed automatic drive detection for the case that the...
2004-11-28  Gerald PfeiferFix compilation on systems which do not have <mntent.h>.
2004-11-23  Mike Hearn- More heapification.