mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Fixed clang exception. Again.
This commit is contained in:
@@ -1167,8 +1167,10 @@ namespace syscalls
|
||||
const auto filename = read_unicode_string(c.emu, attributes.ObjectName);
|
||||
|
||||
if (!filename.starts_with(u"\\Device\\NamedPipe"))
|
||||
{
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
|
||||
}
|
||||
|
||||
c.win_emu.callbacks.on_generic_access("Creating named pipe", filename);
|
||||
|
||||
io_device_creation_data data{};
|
||||
|
||||
Reference in New Issue
Block a user