mirror of
https://github.com/holub/mame
synced 2025-06-23 21:06:38 +03:00
Small 32 bit windows monitor module fix (nw)
This commit is contained in:
parent
7d401c1ad9
commit
ec4acf4b36
@ -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