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