* path.cc (windows_device_names): Move dsp to proper location.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user