Marcus Meissner
fd2fe2be0d
winecfg: Added missing break (Coverity).
2011-03-28 17:10:49 +02:00
Austin English
82868174bc
Remove references to wineprefixcreate.
2010-07-20 12:35:40 +02:00
Austin English
6b80c80410
winecfg: Fix cd detection for FreeBSD.
2009-06-26 12:02:51 +02:00
Michael Stefaniuc
e09fc21576
winecfg: Use ULONG for a bitmask variable.
2009-04-02 16:28:30 +02:00
Ben Klein
8df74a0edb
winecfg: Fix a typo in autodetect_drives.
2009-01-22 12:03:25 +01:00
Alexandre Julliard
18b66912b7
winecfg: Store the Unix device if any in the drive configuration.
2008-10-24 14:24:58 +02:00
Michael Stefaniuc
f65cd2e2eb
winecfg: Fix compilation on older gcc versions.
2008-10-20 12:23:35 +02:00
Alexandre Julliard
f150ddc3ed
winecfg: Store the drive label as Unicode.
2008-10-17 14:11:56 +02:00
Alexandre Julliard
6483f2f201
winecfg: Store the drive serial number as a number instead of a string.
2008-10-17 13:37:04 +02:00
Vitaliy Margolen
82a7eb7614
winecfg: Remove mostly unused properties.h.
2008-05-19 14:04:23 +02:00
Stefan Huehner
51a7ca3440
Change some functions arguments from () -> (void).
2007-03-12 12:25:31 +01:00
Pavel Roskin
6c5eff90d0
winecfg: Recognize all CD and floppy devices listed in Linux devices.txt.
2006-06-10 12:43:50 +02:00
Pavel Roskin
34d9d5a346
winecfg: Allow and prefer using A: and B: for floppies.
...
Pass drive type to allocate_letter(). Start search from 'A' for
floppies.
Fix missing parentheses in the DRIVE_MASK_BIT definition. It's a bug
that is triggered by non-sequential drive allocation.
2006-06-10 12:43:31 +02:00
Jonathan Ernst
360a3f9142
Update the address of the Free Software Foundation.
2006-05-23 14:11:13 +02:00
Alexandre Julliard
49b7fdcfc0
Removed the broken mmap64 configure check, and moved the
...
_FILE_OFFSET_BITS define to wine/port.h. Made sure that all files that
need the define include it.
2005-08-03 21:25:10 +00:00
Michael Jung
12c08baf59
Added binfmt_misc to the filesystem blacklist.
2005-07-01 15:39:32 +00:00
Andreas Mohr
e452c24654
Constify all needlessly non-const winecfg structs.
2005-06-27 09:48:06 +00:00
Stefan Huehner
712087700e
Fix some -Wstrict-prototypes warnings.
2005-06-16 15:52:44 +00:00
Mike McCormack
ae51135ed9
Fixes for -Wmissing-declarations and -Wwrite-strings warnings.
2005-06-02 15:11:32 +00:00
Peter Berg Larsen
6e3bcb5a54
Replace strncpy with memcpy or lstrcpyn.
2005-04-18 10:30:55 +00:00
Paul van Schayck
6cf1b31d25
As last option for drive type detection we try the device node name.
2005-02-25 13:58:45 +00:00
Michael Jung
6c152520f5
Include config.h to reenable reading /etc/fstab on platforms that
...
support it.
Implemented a black list of mount directories, which should not be
mapped.
Ensure that the user's home directory is mapped.
2005-02-14 21:03:36 +00:00
Michael Jung
5e161ac72a
Fixed automatic drive detection for the case that the root directory
...
is not already mapped.
2005-02-14 11:01:16 +00:00
Gerald Pfeifer
1635947fe0
Fix compilation on systems which do not have <mntent.h>.
2004-11-28 14:53:03 +00:00
Mike Hearn
7d8711e15f
- More heapification.
...
- Split drive code into core, UI and autodetect.
- Implement drive autodetection.
- Slight redesign of drive tab.
- Code cleanup.
2004-11-23 13:50:23 +00:00