* path.cc (windows_device_names): Move dsp to proper location.
This commit is contained in:
parent
91874e20bf
commit
adfd477da3
|
@ -1,3 +1,7 @@
|
|||
Tue Apr 17 12:14:54 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* path.cc (windows_device_names): Move dsp to proper location.
|
||||
|
||||
Tue Apr 17 13:44:00 2001 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* path.cc (path_conv::check): Set case_clash even if pcheck_case
|
||||
|
|
|
@ -542,7 +542,6 @@ const char *windows_device_names[] =
|
|||
"\\dev\\pipew",
|
||||
"\\dev\\socket",
|
||||
"\\dev\\windows",
|
||||
"\\dev\\dsp",
|
||||
|
||||
NULL, NULL,
|
||||
|
||||
|
@ -554,6 +553,7 @@ const char *windows_device_names[] =
|
|||
"\\dev\\%srandom",
|
||||
"\\dev\\mem",
|
||||
"\\dev\\clipboard",
|
||||
"\\dev\\dsp"
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in New Issue