mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
fix error compiling with clang (nw)
This commit is contained in:
parent
a6e758175d
commit
e159558996
@ -49,7 +49,7 @@ public:
|
|||||||
return error::NONE;
|
return error::NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual error write(void const *buffer, std::uint64_t offset, std::uint32_t count, std::uint32_t &actual)
|
virtual error write(void const *buffer, std::uint64_t offset, std::uint32_t count, std::uint32_t &actual) override
|
||||||
{
|
{
|
||||||
DWORD bytes_written;
|
DWORD bytes_written;
|
||||||
if (!WriteFile(m_handle, buffer, count, &bytes_written, NULL))
|
if (!WriteFile(m_handle, buffer, count, &bytes_written, NULL))
|
||||||
|
Loading…
Reference in New Issue
Block a user