mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Fix that makes non-Unicode build to work (nw)
This commit is contained in:
parent
aadae5fd0b
commit
560e350e22
@ -370,7 +370,7 @@ public:
|
||||
: wininput_module(type, name),
|
||||
get_rawinput_device_list("GetRawInputDeviceList", L"user32.dll"),
|
||||
get_rawinput_data("GetRawInputData", L"user32.dll"),
|
||||
get_rawinput_device_info("GetRawInputDeviceInfoW", L"user32.dll"),
|
||||
get_rawinput_device_info("GetRawInputDeviceInfo", L"user32.dll"),
|
||||
register_rawinput_devices("RegisterRawInputDevices", L"user32.dll")
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user