mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Small 32 bit windows monitor module fix (nw)
This commit is contained in:
parent
b76db864d7
commit
4c0de7982e
@ -31,7 +31,7 @@ private:
|
||||
|
||||
public:
|
||||
win32_monitor_info(monitor_module& module, const HMONITOR handle, const char* monitor_device, float aspect)
|
||||
: osd_monitor_info(module, std::intptr_t(handle), monitor_device, aspect)
|
||||
: osd_monitor_info(module, std::uintptr_t(handle), monitor_device, aspect)
|
||||
{
|
||||
win32_monitor_info::refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user